mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 05:55:08 +08:00
perf: 更新分包中的 hyperf 版本指 2.2
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"hyperf/async-queue": "~2.1.0",
|
"hyperf/async-queue": "~2.2.0",
|
||||||
"hyperf/process": "~2.1.0",
|
"hyperf/process": "~2.2.0",
|
||||||
"hyperf-admin/rule-engine": "dev-master"
|
"hyperf-admin/rule-engine": "dev-master"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
@@ -16,31 +16,31 @@
|
|||||||
"ext-yaml": "*",
|
"ext-yaml": "*",
|
||||||
"aliyuncs/oss-sdk-php": "^2.3",
|
"aliyuncs/oss-sdk-php": "^2.3",
|
||||||
"box/spout": "^3.1",
|
"box/spout": "^3.1",
|
||||||
"hyperf/amqp": "~2.1.0",
|
"hyperf/amqp": "~2.2.0",
|
||||||
"hyperf/cache": "~2.1.0",
|
"hyperf/cache": "~2.2.0",
|
||||||
"hyperf/command": "~2.1.0",
|
"hyperf/command": "~2.2.0",
|
||||||
"hyperf/config": "~2.1.0",
|
"hyperf/config": "~2.2.0",
|
||||||
"hyperf/constants": "~2.1.0",
|
"hyperf/constants": "~2.2.0",
|
||||||
"hyperf/database": "~2.1.0",
|
"hyperf/database": "~2.2.0",
|
||||||
"hyperf/db-connection": "~2.1.0",
|
"hyperf/db-connection": "~2.2.0",
|
||||||
"hyperf/filesystem": "~2.1.0",
|
"hyperf/filesystem": "~2.2.0",
|
||||||
"hyperf/framework": "~2.1.0",
|
"hyperf/framework": "~2.2.0",
|
||||||
"hyperf/guzzle": "~2.1.0",
|
"hyperf/guzzle": "~2.2.0",
|
||||||
"hyperf/http-server": "~2.1.0",
|
"hyperf/http-server": "~2.2.0",
|
||||||
"hyperf/logger": "~2.1.0",
|
"hyperf/logger": "~2.2.0",
|
||||||
"hyperf/memory": "~2.1.0",
|
"hyperf/memory": "~2.2.0",
|
||||||
"hyperf/metric": "~2.1.0",
|
"hyperf/metric": "~2.2.0",
|
||||||
"hyperf/nsq": "~2.1.0",
|
"hyperf/nsq": "~2.2.0",
|
||||||
"hyperf/process": "~2.1.0",
|
"hyperf/process": "~2.2.0",
|
||||||
"hyperf/redis": "~2.1.0",
|
"hyperf/redis": "~2.2.0",
|
||||||
"hyperf/snowflake": "~2.1.0",
|
"hyperf/snowflake": "~2.2.0",
|
||||||
"yadakhov/insert-on-duplicate-key": "^1.2"
|
"yadakhov/insert-on-duplicate-key": "^1.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"swoft/swoole-ide-helper": "^4.2",
|
"swoft/swoole-ide-helper": "^4.2",
|
||||||
"phpstan/phpstan": "^0.11.2",
|
"phpstan/phpstan": "^0.11.2",
|
||||||
"hyperf/devtool": "~2.1.0",
|
"hyperf/devtool": "~2.2.0",
|
||||||
"hyperf/testing": "~2.1.0",
|
"hyperf/testing": "~2.2.0",
|
||||||
"daodao97/hyperf-watch": "dev-master",
|
"daodao97/hyperf-watch": "dev-master",
|
||||||
"symfony/var-dumper": "^5.0"
|
"symfony/var-dumper": "^5.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"hyperf/crontab": "~2.1.0",
|
"hyperf/crontab": "~2.2.0",
|
||||||
"hyperf/process": "~2.1.0",
|
"hyperf/process": "~2.2.0",
|
||||||
"hyperf/command": "~2.1.0",
|
"hyperf/command": "~2.2.0",
|
||||||
"hyperf/event": "~2.1.0",
|
"hyperf/event": "~2.2.0",
|
||||||
"hyperf-admin/base-utils": "dev-master"
|
"hyperf-admin/base-utils": "dev-master"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"hyperf/process": "~2.1.0",
|
"hyperf/process": "~2.2.0",
|
||||||
"hyperf/amqp": "~2.1.0"
|
"hyperf/amqp": "~2.2.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.3",
|
"php": ">=7.3",
|
||||||
"hyperf/amqp": "~2.1.0",
|
"hyperf/amqp": "~2.2.0",
|
||||||
"hyperf/crontab": "~2.1.0",
|
"hyperf/crontab": "~2.2.0",
|
||||||
"hyperf/nsq": "~2.1.0",
|
"hyperf/nsq": "~2.2.0",
|
||||||
"hyperf/process": "~2.1.0"
|
"hyperf/process": "~2.2.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"hyperf/validation": "~2.1.0",
|
"hyperf/validation": "~2.2.0",
|
||||||
"hyperf-admin/base-utils": "dev-master"
|
"hyperf-admin/base-utils": "dev-master"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Reference in New Issue
Block a user