build(composer): 更新依赖版本

This commit is contained in:
李东云
2023-04-10 15:53:35 +08:00
parent 65aaceb9a1
commit 624451bb5f

View File

@@ -38,22 +38,22 @@
},
"require": {
"php": "^8.1",
"composer/composer": ">=2.5.4",
"hyperf/db-connection": "3.0.*",
"hyperf/session": "3.0.*",
"hyperf/validation": "3.0.*",
"composer/composer": ">=2.5.5",
"hyperf/db-connection": "^3.0.15",
"hyperf/session": "^3.0.15",
"hyperf/validation": "^3.0.15",
"singularity/hdk-auth": "^0.2.2",
"singularity/hdk-core": "^0.2.10",
"singularity/hdk-core": "^0.2.12",
"singularity/hyperf-saml": "^0.2.3",
"symfony/polyfill-php81": "^1.27"
"symfony/polyfill-php81": "^1.27.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "3.0.*",
"hyperf/testing": "3.0.*",
"phpstan/phpstan": "^1.10.6",
"swoole/ide-helper": "^4.8.12"
"brainmaestro/composer-git-hooks": "^2.8.5",
"friendsofphp/php-cs-fixer": "^v3.16.0",
"hyperf/devtool": "^3.0.15",
"hyperf/testing": "^3.0.15",
"phpstan/phpstan": "^1.10.11",
"swoole/ide-helper": "^4.8.13"
},
"suggest": {
"singularity/hdk-auth": "用户、鉴权相关逻辑必需",