添加验证码
parent
21a0d87ed4
commit
b10dd4e092
|
|
@ -19,6 +19,7 @@
|
||||||
"dcat/laravel-admin": "2.1.5-beta",
|
"dcat/laravel-admin": "2.1.5-beta",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"gregwar/captcha": "^1.1",
|
"gregwar/captcha": "^1.1",
|
||||||
|
"guanguans/dcat-login-captcha": "^1.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"kalnoy/nestedset": "^6.0",
|
"kalnoy/nestedset": "^6.0",
|
||||||
"laravel/framework": "^8.65",
|
"laravel/framework": "^8.65",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "a1bf80b8df4152dc433261263b5aa05f",
|
"content-hash": "f53d3bea81e27c131da9f29019c886a1",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adbario/php-dot-notation",
|
"name": "adbario/php-dot-notation",
|
||||||
|
|
@ -2230,6 +2230,112 @@
|
||||||
},
|
},
|
||||||
"time": "2020-03-24T14:39:05+00:00"
|
"time": "2020-03-24T14:39:05+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "guanguans/dcat-login-captcha",
|
||||||
|
"version": "v1.0.10",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/guanguans/dcat-login-captcha.git",
|
||||||
|
"reference": "027445f1c0f9a97bcbe1d26cff1f8b17383f0bda"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/guanguans/dcat-login-captcha/zipball/027445f1c0f9a97bcbe1d26cff1f8b17383f0bda",
|
||||||
|
"reference": "027445f1c0f9a97bcbe1d26cff1f8b17383f0bda",
|
||||||
|
"shasum": "",
|
||||||
|
"mirrors": [
|
||||||
|
{
|
||||||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||||||
|
"preferred": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"dcat/laravel-admin": "^2.0",
|
||||||
|
"gregwar/captcha": "^1.1",
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"brainmaestro/composer-git-hooks": "^2.7",
|
||||||
|
"friendsofphp/php-cs-fixer": "^3.0",
|
||||||
|
"mockery/mockery": "^1.2",
|
||||||
|
"nyholm/nsa": "^1.2",
|
||||||
|
"overtrue/phplint": "^2.3 || ^3.0",
|
||||||
|
"phpbench/phpbench": "^1.0",
|
||||||
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
||||||
|
"vimeo/psalm": "^4.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"dcat-admin": "Guanguans\\DcatLoginCaptcha\\LoginCaptchaServiceProvider",
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"Guanguans\\DcatLoginCaptcha\\LoginCaptchaServiceProvider"
|
||||||
|
],
|
||||||
|
"aliases": {
|
||||||
|
"CaptchaBuilder": "Guanguans\\DcatLoginCaptcha\\Facades\\CaptchaBuilder",
|
||||||
|
"PhraseBuilder": "Guanguans\\DcatLoginCaptcha\\Facades\\PhraseBuilder"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"pre-commit": [
|
||||||
|
"composer lint",
|
||||||
|
"composer style-lint",
|
||||||
|
"composer md-lint",
|
||||||
|
"composer test"
|
||||||
|
],
|
||||||
|
"pre-push": [
|
||||||
|
"composer lint",
|
||||||
|
"composer style-lint",
|
||||||
|
"composer md-lint",
|
||||||
|
"composer test"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Guanguans\\DcatLoginCaptcha\\": "src"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src/helpers.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "guanguans",
|
||||||
|
"email": "ityaozm@gmail.com",
|
||||||
|
"homepage": "https://www.guanguans.cn",
|
||||||
|
"role": "developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Dcat admin login captcha. - Dcat admin 登录验证码。",
|
||||||
|
"homepage": "https://github.com/guanguans/dcat-login-captcha",
|
||||||
|
"keywords": [
|
||||||
|
"admin",
|
||||||
|
"captcha",
|
||||||
|
"dcat",
|
||||||
|
"dcat-admin",
|
||||||
|
"extension",
|
||||||
|
"laravel",
|
||||||
|
"login",
|
||||||
|
"login-captcha"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/guanguans/dcat-login-captcha/issues",
|
||||||
|
"source": "https://github.com/guanguans/dcat-login-captcha"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"url": "https://www.guanguans.cn/images/wechat.jpeg",
|
||||||
|
"type": "wechat"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"time": "2021-11-09T04:58:02+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
"version": "7.4.1",
|
"version": "7.4.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue