composer.lock 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "81d3cf2a625490c40f3f023c7810fb0e",
  8. "packages": [
  9. {
  10. "name": "google/recaptcha",
  11. "version": "1.2.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/google/recaptcha.git",
  15. "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/google/recaptcha/zipball/98c4a6573b27e8b0990ea8789c74ea378795134c",
  20. "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5"
  25. },
  26. "require-dev": {
  27. "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
  28. "php-coveralls/php-coveralls": "^2.1",
  29. "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.2.x-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-4": {
  39. "ReCaptcha\\": "src/ReCaptcha"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "BSD-3-Clause"
  45. ],
  46. "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
  47. "homepage": "https://www.google.com/recaptcha/",
  48. "keywords": [
  49. "Abuse",
  50. "captcha",
  51. "recaptcha",
  52. "spam"
  53. ],
  54. "time": "2019-08-16T15:48:25+00:00"
  55. }
  56. ],
  57. "packages-dev": [],
  58. "aliases": [],
  59. "minimum-stability": "stable",
  60. "stability-flags": [],
  61. "prefer-stable": false,
  62. "prefer-lowest": false,
  63. "platform": {
  64. "php": ">=7.1.3",
  65. "ext-json": "*"
  66. },
  67. "platform-dev": [],
  68. "platform-overrides": {
  69. "php": "7.1.3"
  70. }
  71. }