composer.lock 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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": "e0e2ccc2fca6a3cb5d548cf61bb80f66",
  8. "packages": [
  9. {
  10. "name": "google/recaptcha",
  11. "version": "1.2.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/google/recaptcha.git",
  15. "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
  20. "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
  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. "support": {
  55. "forum": "https://groups.google.com/forum/#!forum/recaptcha",
  56. "issues": "https://github.com/google/recaptcha/issues",
  57. "source": "https://github.com/google/recaptcha"
  58. },
  59. "time": "2020-03-31T17:50:54+00:00"
  60. }
  61. ],
  62. "packages-dev": [],
  63. "aliases": [],
  64. "minimum-stability": "stable",
  65. "stability-flags": [],
  66. "prefer-stable": false,
  67. "prefer-lowest": false,
  68. "platform": {
  69. "php": "^7.3.6 || ^8.0",
  70. "ext-json": "*"
  71. },
  72. "platform-dev": [],
  73. "platform-overrides": {
  74. "php": "7.3.6"
  75. },
  76. "plugin-api-version": "2.0.0"
  77. }