1 Star 0 Fork 0

ZedLam / hyperf-captcha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
ZedLam 提交于 2024-04-15 12:17 . 修改composer配置
{
"name": "zed-lam/captcha",
"type": "library",
"license": "MIT",
"keywords": [
"php",
"hyperf",
"captcha"
],
"description": "The Hyperf CAPTCHA package.",
"authors": [
{
"name": "Eric Zhu",
"email": "eric@zhu.email"
}
],
"autoload": {
"psr-4": {
"HyperfExt\\Captcha\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\": "tests"
}
},
"require": {
"php": ">=8.1",
"ext-fileinfo": "*",
"ext-imagick": "*",
"ext-swoole": ">=5.0",
"hyperf-ext/encryption": "3.1.x-dev",
"hyperf/cache": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/framework": "~3.1.0",
"hyperf/validation": "~3.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "~3.1.0",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "^5.0"
},
"minimum-stability": "dev",
"repositories":[
{
"type": "git",
"url": "https://github.com/netyum/encryption.git"
}
],
"config": {
"sort-packages": true
},
"scripts": {
"test": "co-phpunit --prepend tests/bootstrap.php -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
"hyperf": {
"config": "HyperfExt\\Captcha\\ConfigProvider"
}
}
}
PHP
1
https://gitee.com/ZedLam/hyperf-captcha.git
git@gitee.com:ZedLam/hyperf-captcha.git
ZedLam
hyperf-captcha
hyperf-captcha
master

搜索帮助