build(composer): 更新软件版本

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-10-13 14:57:44 +08:00
parent 68fed86af3
commit 64b55e8cfa

View File

@@ -37,30 +37,29 @@
}
},
"require": {
"php": "^8.1",
"composer/composer": ">=2.5.5",
"hyperf/constants": "^3.0.18",
"hyperf/database": "^3.0.18",
"hyperf/db-connection": "^3.0.18",
"hyperf/di": "^3.0.18",
"hyperf/paginator": "^3.0.18",
"hyperf/session": "^3.0.18",
"hyperf/translation": "^3.0.18",
"hyperf/validation": "^3.0.18",
"singularity/hdk-core": "^1.0",
"symfony/polyfill-php81": "^1.27.0"
"php": "^8.2",
"composer/composer": ">=2.6.4",
"hyperf/constants": "~3.0.37",
"hyperf/db-connection": "~3.0.37",
"hyperf/di": "~3.0.37",
"hyperf/paginator": "~3.0.37",
"hyperf/session": "~3.0.37",
"hyperf/translation": "~3.0.37",
"hyperf/validation": "~3.0.37",
"singularity/hdk-core": "^1.0.0",
"symfony/polyfill-php81": "^1.28.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8.5",
"cooper/hyperf-pest": "^1.1",
"cooper/hyperf-pest": "^1.1.0",
"daodao97/hyperf-watch": "dev-master",
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "3.0.*",
"hyperf/testing": "3.0.*",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.8",
"friendsofphp/php-cs-fixer": "^3.35.1",
"hyperf/devtool": "~3.0.37",
"hyperf/testing": "~3.0.38",
"mockery/mockery": "^1.6.6",
"phpstan/phpstan": "^1.10.37",
"roave/security-advisories": "dev-latest",
"swoole/ide-helper": "^5.0"
"swoole/ide-helper": "^5.0.3"
},
"prefer-stable": true,
"minimum-stability": "dev",