mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 05:35:07 +08:00
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user