123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [
- {
- "name": "google/recaptcha",
- "version": "1.2.3",
- "version_normalized": "1.2.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/google/recaptcha.git",
- "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/google/recaptcha/zipball/98c4a6573b27e8b0990ea8789c74ea378795134c",
- "reference": "98c4a6573b27e8b0990ea8789c74ea378795134c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
- "php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
- },
- "time": "2019-08-16T15:48:25+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "ReCaptcha\\": "src/ReCaptcha"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
- "homepage": "https://www.google.com/recaptcha/",
- "keywords": [
- "Abuse",
- "captcha",
- "recaptcha",
- "spam"
- ]
- }
- ]
|