installed.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "name": "google/recaptcha",
  4. "version": "1.2.3",
  5. "version_normalized": "1.2.3.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/google/recaptcha.git",
  9. "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/google/recaptcha/zipball/98c4a6573b27e8b0990ea8789c74ea378795134c",
  14. "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.5"
  19. },
  20. "require-dev": {
  21. "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
  22. "php-coveralls/php-coveralls": "^2.1",
  23. "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
  24. },
  25. "time": "2019-08-16T15:48:25+00:00",
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.2.x-dev"
  30. }
  31. },
  32. "installation-source": "dist",
  33. "autoload": {
  34. "psr-4": {
  35. "ReCaptcha\\": "src/ReCaptcha"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "BSD-3-Clause"
  41. ],
  42. "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
  43. "homepage": "https://www.google.com/recaptcha/",
  44. "keywords": [
  45. "Abuse",
  46. "captcha",
  47. "recaptcha",
  48. "spam"
  49. ]
  50. }
  51. ]