installed.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "packages": [
  3. {
  4. "name": "google/recaptcha",
  5. "version": "1.2.4",
  6. "version_normalized": "1.2.4.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/google/recaptcha.git",
  10. "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
  15. "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.5"
  20. },
  21. "require-dev": {
  22. "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
  23. "php-coveralls/php-coveralls": "^2.1",
  24. "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
  25. },
  26. "time": "2020-03-31T17:50:54+00:00",
  27. "type": "library",
  28. "extra": {
  29. "branch-alias": {
  30. "dev-master": "1.2.x-dev"
  31. }
  32. },
  33. "installation-source": "dist",
  34. "autoload": {
  35. "psr-4": {
  36. "ReCaptcha\\": "src/ReCaptcha"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "BSD-3-Clause"
  42. ],
  43. "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
  44. "homepage": "https://www.google.com/recaptcha/",
  45. "keywords": [
  46. "Abuse",
  47. "captcha",
  48. "recaptcha",
  49. "spam"
  50. ],
  51. "support": {
  52. "forum": "https://groups.google.com/forum/#!forum/recaptcha",
  53. "issues": "https://github.com/google/recaptcha/issues",
  54. "source": "https://github.com/google/recaptcha"
  55. },
  56. "install-path": "../google/recaptcha"
  57. }
  58. ],
  59. "dev": true,
  60. "dev-package-names": []
  61. }