1234567891011121314151617181920212223242526 |
- {
- "name": "fastknife/ajcaptcha",
- "description": "This is a behavior verification code PHP back-end implementation package",
- "type": "library",
- "authors": [
- {
- "name": "bruce",
- "email": "2777314125@qq.com"
- }
- ],
- "require": {
- "php": ">=7.1",
- "ext-gd": "*",
- "ext-openssl": "*",
- "intervention/image": "^2.5",
- "ext-iconv": "*",
- "ext-json": "*"
- },
- "minimum-stability": "stable",
- "license": "GPL-3.0-only",
- "autoload": {
- "psr-4": {
- "Fastknife\\": "src"
- }
- }
- }
|