1 Star 1 Fork 0

王新龙/captcha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
王新龙 提交于 2021-10-19 15:06 . update composer.json.
{
"name": "wxl/captcha",
"description": "图形验证码",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "wangxinlong",
"email": "297750182@qq.com"
}
],
"require": {
"php": "^7.2|^8.0",
"ext-gd": "*",
"illuminate/config": "^8",
"illuminate/filesystem": "^8",
"illuminate/support": "^8",
"illuminate/hashing": "^8",
"illuminate/session": "^8",
"intervention/image": "~2.5",
"laravel/lumen-framework": "^8.0"
}
,
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
"Wxl\\Captcha\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Wxl\\Captcha\\CaptchaServiceProvider"
],
"aliases": {
"Captcha": "Wxl\\Captcha\\Facades\\Captcha"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xinlong-wang/captcha.git
git@gitee.com:xinlong-wang/captcha.git
xinlong-wang
captcha
captcha
master

搜索帮助