This commit is contained in:
parent
4a6ba6f76f
commit
50cf11d963
|
|
@ -14,3 +14,4 @@ vendor/
|
|||
.vscode/
|
||||
/phpstan.neon
|
||||
/phpunit.xml
|
||||
composer.lock
|
||||
|
|
@ -13,9 +13,12 @@
|
|||
"license": "Apache-2.0",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/async-queue": "^3.1",
|
||||
"hyperf/cache": "~3.1.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"hyperf/config": "~3.1.0",
|
||||
"hyperf/crontab": "^3.1",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/db-connection": "~3.1.0",
|
||||
"hyperf/engine": "^2.10",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
|
|
@ -23,15 +26,16 @@
|
|||
"hyperf/http-server": "~3.1.0",
|
||||
"hyperf/logger": "~3.1.0",
|
||||
"hyperf/memory": "~3.1.0",
|
||||
"hyperf/phar": "^3.1",
|
||||
"hyperf/process": "~3.1.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/redis": "~3.1.0",
|
||||
"hyperf/async-queue": "~3.1.0"
|
||||
"hyperf/rate-limit": "^3.1",
|
||||
"hyperf/redis": "~3.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.0",
|
||||
"hyperf/devtool": "~3.1.0",
|
||||
"hyperf/testing": "~3.1.0",
|
||||
"hyperf/watcher": "^3.1",
|
||||
"mockery/mockery": "^1.0",
|
||||
"phpstan/phpstan": "^1.0",
|
||||
"swoole/ide-helper": "^5.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue