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