Subversion Repositories php_guestbook

Rev

View as "text/json" | Blame | Last modification | View Log | RSS feed

  1. {
  2.     "name": "google/recaptcha",
  3.     "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
  4.     "type": "library",
  5.     "keywords": ["recaptcha", "captcha", "spam", "abuse"],
  6.     "homepage": "http://www.google.com/recaptcha/",
  7.     "license": "BSD-3-Clause",
  8.     "support": {
  9.         "forum": "https://groups.google.com/forum/#!forum/recaptcha",
  10.         "source": "https://github.com/google/recaptcha"
  11.     },
  12.     "require": {
  13.         "php": ">=5.5"
  14.     },
  15.     "require-dev": {
  16.         "phpunit/phpunit": "^4.8"
  17.     },
  18.     "autoload": {
  19.         "psr-4": {
  20.             "ReCaptcha\\": "src/ReCaptcha"
  21.         }
  22.     },
  23.     "extra": {
  24.         "branch-alias": {
  25.             "dev-master": "1.1.x-dev"
  26.         }
  27.     }
  28. }
  29.