build(composer): 迁移到 hyperf3.1

This commit is contained in:
李东云
2023-12-04 17:46:16 +08:00
parent a00ff47c0c
commit a53164a405
2 changed files with 2580 additions and 709 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff