This commit is contained in:
全栈小学生 2023-05-20 18:38:34 +08:00
parent 3ac5403440
commit d3eccb5cba
2 changed files with 1744 additions and 205 deletions

View File

@ -48,7 +48,8 @@
"php-di/php-di": "^7.0",
"guzzlehttp/guzzle": "7.5",
"yansongda/pay": "~3.2.14",
"symfony/psr-http-message-bridge": "^2.1"
"symfony/psr-http-message-bridge": "^2.1",
"fastknife/ajcaptcha": "^1.2"
},
"require-dev": {
@ -57,8 +58,9 @@
},
"autoload": {
"psr-4": {
"addon\\": "addon",
"app\\": "app",
"extend\\": "extend"
"core\\": "core"
},
"psr-0": {
"": "extend/"
@ -75,5 +77,11 @@
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer"
}
}
}

1937
niucloud/composer.lock generated

File diff suppressed because it is too large Load Diff