mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 05:35:09 +08:00
build(composer): 迁移到 hyperf3.1
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.1",
|
||||
"hyperf/config": "3.0.*",
|
||||
"hyperf/constants": "3.0.*",
|
||||
"hyperf/di": "3.0.*",
|
||||
"hyperf/http-server": "3.0.*",
|
||||
"hyperf/translation": "3.0.*",
|
||||
"hyperf/validation": "3.0.*",
|
||||
"php": ">=8.1",
|
||||
"hyperf/config": "3.1.*",
|
||||
"hyperf/constants": "3.1.*",
|
||||
"hyperf/di": "3.1.*",
|
||||
"hyperf/http-server": "3.1.*",
|
||||
"hyperf/translation": "3.1.*",
|
||||
"hyperf/validation": "3.1.*",
|
||||
"litesaml/lightsaml": "~3.0.0",
|
||||
"singularity/hdk-core": "^1.0.0",
|
||||
"singularity/hdk-auth": "^1.0.0",
|
||||
@@ -33,9 +33,9 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.0",
|
||||
"friendsofhyperf/pest-plugin-hyperf": "3.1.*",
|
||||
"mockery/mockery": "^1.0",
|
||||
"phpstan/phpstan": "^1.0",
|
||||
"phpunit/phpunit": ">=7.0",
|
||||
"swoole/ide-helper": "^4.5"
|
||||
},
|
||||
"suggest": {
|
||||
@@ -45,7 +45,10 @@
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit -c phpunit.xml --colors=always",
|
||||
|
||||
3268
composer.lock
generated
3268
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user