mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
Upgrade hyperf packages to version ~3.1.0
(#5801)
This commit is contained in:
parent
985ab58bb1
commit
b26916adfb
@ -17,13 +17,13 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"doctrine/instantiator": "^1.2.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/process": "~3.0.0",
|
||||
"hyperf/pool": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"hyperf/process": "~3.1.0",
|
||||
"hyperf/pool": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"php-amqplib/php-amqplib": "^3.5",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
|
@ -18,12 +18,12 @@
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/command": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/di": "Required to use annotations.",
|
||||
|
10
src/cache/composer.json
vendored
10
src/cache/composer.json
vendored
@ -18,11 +18,11 @@
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/di": "Use cache annotations.",
|
||||
|
@ -16,8 +16,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/stringable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/stringable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"jean85/pretty-package-versions": "Required to use PrettyVersions. (^1.2|^2.0)",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"ext-json": "*",
|
||||
"ext-xml": "*",
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -20,9 +20,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"symfony/console": "^5.0|^6.0"
|
||||
},
|
||||
|
@ -20,10 +20,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/config-center": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/guzzle": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/config-center": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/guzzle": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -20,10 +20,10 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/config-center": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/config-center": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/process": "Use hyperf process to run ConfigFetcherProcess."
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/process": "^2.1"
|
||||
|
@ -21,11 +21,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/config-center": "~3.0.0",
|
||||
"hyperf/etcd": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/config-center": "~3.1.0",
|
||||
"hyperf/etcd": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
@ -28,13 +28,13 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/config-center": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/guzzle": "~3.0.0",
|
||||
"hyperf/nacos": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/config-center": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/guzzle": "~3.1.0",
|
||||
"hyperf/nacos": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-json": "*",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/process": "Use hyperf process to run ConfigFetcherProcess.",
|
||||
|
@ -18,10 +18,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"symfony/finder": "^5.0|^6.0"
|
||||
},
|
||||
|
@ -16,9 +16,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/translation": "Required to use translation."
|
||||
|
@ -23,8 +23,7 @@
|
||||
"require-dev": {
|
||||
"hyperf/guzzle": "~3.0.0"
|
||||
},
|
||||
"suggest": {
|
||||
},
|
||||
"suggest": {},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Hyperf\\Consul\\": "src/"
|
||||
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/context": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/context": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/engine": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/framework": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"nesbot/carbon": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -16,8 +16,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -19,10 +19,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/database": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0"
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -16,12 +16,12 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"nesbot/carbon": "^2.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0"
|
||||
|
@ -17,13 +17,13 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/database": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/framework": "~3.0.0",
|
||||
"hyperf/model-listener": "~3.0.0",
|
||||
"hyperf/pool": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
"hyperf/model-listener": "~3.1.0",
|
||||
"hyperf/pool": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -19,11 +19,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/config": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/pool": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/config": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/pool": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -17,12 +17,12 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/command": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -19,9 +19,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"doctrine/instantiator": "^1.0",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/pipeline": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/pipeline": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"nikic/php-parser": "^4.1",
|
||||
"php-di/phpdoc-reader": "^2.2",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"psr/http-message": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -21,7 +21,7 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"elasticsearch/elasticsearch": "^7.0",
|
||||
"hyperf/guzzle": "~3.0.0"
|
||||
"hyperf/guzzle": "~3.1.0"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
@ -10,9 +10,9 @@
|
||||
"description": "Etcd Client for Hyperf.",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/guzzle": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/guzzle": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"psr/event-dispatcher": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -16,10 +16,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/dispatcher": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/dispatcher": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/http-message": "^1.0|^2.0"
|
||||
},
|
||||
|
@ -9,7 +9,7 @@
|
||||
"description": "flysystem integration for hyperf",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"league/flysystem": "^1.0|^2.0|^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -20,9 +20,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"fig/http-message-util": "^1.1.2",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.0|^2.0|^3.0"
|
||||
|
@ -11,9 +11,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"thecodingmachine/graphqlite": "^3.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/http-server": "Required to use GraphQLMiddleware.",
|
||||
|
@ -18,9 +18,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/grpc": "~3.0.0",
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"hyperf/grpc": "~3.1.0",
|
||||
"jean85/pretty-package-versions": "^1.2|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -18,13 +18,13 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/http-server": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/grpc": "~3.0.0",
|
||||
"hyperf/serializer": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/http-server": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/grpc": "~3.1.0",
|
||||
"hyperf/serializer": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -11,10 +11,10 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/engine": "^2.7",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"laminas/laminas-mime": "^2.7",
|
||||
"psr/http-message": "^1.0|^2.0"
|
||||
},
|
||||
|
@ -18,19 +18,19 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/dispatcher": "~3.0.0",
|
||||
"hyperf/event": "~3.0.0",
|
||||
"hyperf/exception-handler": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/serializer": "~3.0.0",
|
||||
"hyperf/server": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"hyperf/dispatcher": "~3.1.0",
|
||||
"hyperf/event": "~3.1.0",
|
||||
"hyperf/exception-handler": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/serializer": "~3.1.0",
|
||||
"hyperf/server": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"nikic/fast-route": "^1.3",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/coordinator": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/coordinator": "~3.1.0",
|
||||
"hyperf/engine": "^2.6"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -16,8 +16,8 @@
|
||||
"source": "https://github.com/hyperf/hyperf"
|
||||
},
|
||||
"require": {
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
|
@ -18,16 +18,16 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/engine": "^2.0",
|
||||
"hyperf/load-balancer": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/rpc": "~3.0.0",
|
||||
"hyperf/serializer": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/context": "~3.0.0"
|
||||
"hyperf/load-balancer": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/rpc": "~3.1.0",
|
||||
"hyperf/serializer": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"hyperf/context": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/event": "Register the objects to ProtocolManager automatically.",
|
||||
|
@ -16,10 +16,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/pool": "~3.0.0",
|
||||
"hyperf/process": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/pool": "~3.1.0",
|
||||
"hyperf/process": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"longlang/phpkafka": "^1.2.3",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/coordinator": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/coordinator": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"markrogoyski/math-php": "^2.0",
|
||||
"psr/log": "^1.0|^2.0|^3.0"
|
||||
},
|
||||
|
@ -18,9 +18,9 @@
|
||||
"php": ">=8.1",
|
||||
"psr/log": "^1.0|^2.0|^3.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"monolog/monolog": "^2.7|^3.1"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -24,8 +24,7 @@
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
}
|
||||
"psr-4": {}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
@ -12,12 +12,12 @@
|
||||
"description": "hyperf metric component",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/engine": "^2.3",
|
||||
"hyperf/guzzle": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/guzzle": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/http-message": "^1.0|^2.0"
|
||||
|
@ -18,11 +18,11 @@
|
||||
"php": ">=8.1",
|
||||
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/db-connection": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/db-connection": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/event": "Required to use DeleteCacheListener."
|
||||
|
@ -17,12 +17,12 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/database": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/event": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/event": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -21,10 +21,10 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"guzzlehttp/guzzle": "^6.5|^7.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggests": {
|
||||
"google/protobuf": "Required to use nacos v2 grpc apis.",
|
||||
|
@ -17,10 +17,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/pool": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/pool": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"ircmaxell/random-lib": "^1.2",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0"
|
||||
|
@ -18,12 +18,12 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-bcmath": "*",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/engine": "^2.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"jean85/pretty-package-versions": "^1.2|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -16,9 +16,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/event": "Reqiured to use PageResolverListener.",
|
||||
|
@ -28,8 +28,8 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-json": "*",
|
||||
"hyperf/command": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"nikic/php-parser": "^4.1",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
|
@ -18,9 +18,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -18,9 +18,9 @@
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/di": "Required to use annotations.",
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -18,9 +18,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/token-bucket": "^2.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/simple-cache": "^1.0|^2.0|^3.0"
|
||||
},
|
||||
|
@ -10,9 +10,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-swoole": ">=5.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"reactivex/rxphp": "^2.0"
|
||||
},
|
||||
|
@ -18,11 +18,11 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-redis": "*",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/pool": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/pool": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -18,9 +18,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/grpc-server": "~3.0.0",
|
||||
"hyperf/resource": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0"
|
||||
"hyperf/grpc-server": "~3.1.0",
|
||||
"hyperf/resource": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -18,12 +18,12 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-json": "*",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/paginator": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/paginator": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -17,8 +17,8 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/contract": "Required to use annotations.",
|
||||
|
@ -20,11 +20,11 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/load-balancer": "~3.0.0",
|
||||
"hyperf/rpc": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/load-balancer": "~3.1.0",
|
||||
"hyperf/rpc": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/service-governance": "Required to fetch the nodes info from service governance.",
|
||||
|
@ -9,16 +9,16 @@
|
||||
"description": "Rpc for multiplexing connection",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/framework": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/load-balancer": "~3.0.0",
|
||||
"hyperf/rpc": "~3.0.0",
|
||||
"hyperf/rpc-client": "~3.0.0",
|
||||
"hyperf/rpc-server": "~3.0.0",
|
||||
"hyperf/server": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/load-balancer": "~3.1.0",
|
||||
"hyperf/rpc": "~3.1.0",
|
||||
"hyperf/rpc-client": "~3.1.0",
|
||||
"hyperf/rpc-server": "~3.1.0",
|
||||
"hyperf/server": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"multiplex/socket": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -18,8 +18,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/http-server": "~3.0.0",
|
||||
"hyperf/rpc": "~3.0.0"
|
||||
"hyperf/http-server": "~3.1.0",
|
||||
"hyperf/rpc": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/di": "Required to use annotations."
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -38,7 +38,6 @@
|
||||
"branch-alias": {
|
||||
"dev-master": "3.0-dev"
|
||||
},
|
||||
"hyperf": {
|
||||
}
|
||||
"hyperf": {}
|
||||
}
|
||||
}
|
||||
|
@ -9,15 +9,15 @@
|
||||
"description": "Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/command": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/database": "~3.0.0",
|
||||
"hyperf/event": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/model-listener": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/event": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/model-listener": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0"
|
||||
},
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)",
|
||||
|
@ -17,11 +17,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/engine": "^2.8",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.0|^2.0|^3.0",
|
||||
|
@ -18,11 +18,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/consul": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/service-governance": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/consul": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/service-governance": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -18,12 +18,12 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/nacos": "~3.0.0",
|
||||
"hyperf/service-governance": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/nacos": "~3.1.0",
|
||||
"hyperf/service-governance": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -17,8 +17,8 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/event": "Required to use RegisterServiceListener.",
|
||||
|
@ -16,9 +16,9 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/http-server-middleware": "^1.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/container": "Required to use SessionFactory.",
|
||||
|
@ -18,10 +18,10 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/engine": "^2.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -15,7 +15,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/container": "Required to use MetaGeneratorFactory.",
|
||||
|
@ -17,10 +17,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/protocol": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0"
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/protocol": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -12,11 +12,11 @@
|
||||
"ext-json": "*",
|
||||
"ext-redis": "*",
|
||||
"ext-swoole": ">=5.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/redis": "~3.0.0",
|
||||
"hyperf/websocket-server": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/redis": "~3.1.0",
|
||||
"hyperf/websocket-server": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -17,10 +17,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/conditionable": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0"
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/conditionable": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)",
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -17,12 +17,12 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/context": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/stringable": "~3.0.0"
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/context": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/stringable": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"nesbot/carbon": "Use Carbon as DateTime object.(^2.0)"
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/command": "~3.0.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"zircote/swagger-php": "^4.6"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/http-server-middleware": "^1.0"
|
||||
},
|
||||
@ -29,8 +29,7 @@
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
}
|
||||
"psr-4": {}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
|
@ -17,11 +17,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/framework": "~3.0.0",
|
||||
"hyperf/serializer": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
"hyperf/serializer": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"symfony/property-access": "^5.0|^6.0",
|
||||
|
@ -22,14 +22,14 @@
|
||||
"php": ">=8.1",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/http-server": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/http-server": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"symfony/http-foundation": "^5.4|^6.0"
|
||||
},
|
||||
"extra": {
|
||||
|
@ -18,11 +18,11 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/http-message": "^1.0|^2.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/guzzle": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/guzzle": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"jcchavezs/zipkin-opentracing": "^2.0",
|
||||
"opentracing/opentracing": "^1.0"
|
||||
},
|
||||
|
@ -9,10 +9,10 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -18,18 +18,18 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"doctrine/inflector": "^2.0",
|
||||
"hyperf/code-parser": "~3.0.0",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/context": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/coordinator": "~3.0.0",
|
||||
"hyperf/coroutine": "~3.0.0",
|
||||
"hyperf/code-parser": "~3.1.0",
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/context": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/coordinator": "~3.1.0",
|
||||
"hyperf/coroutine": "~3.1.0",
|
||||
"hyperf/engine": "^2.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/serializer": "~3.0.0",
|
||||
"hyperf/stringable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/serializer": "~3.1.0",
|
||||
"hyperf/stringable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-swoole": "Required to use methods related to swoole (>=5.0).",
|
||||
|
@ -20,17 +20,17 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"egulias/email-validator": "^3.0",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/database": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/framework": "~3.0.0",
|
||||
"hyperf/http-server": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/translation": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/database": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
"hyperf/http-server": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/translation": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"nesbot/carbon": "^2.21",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
|
@ -12,15 +12,15 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-json": "*",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/config": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/event": "~3.0.0",
|
||||
"hyperf/macroable": "~3.0.0",
|
||||
"hyperf/tappable": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/view": "~3.0.0"
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/config": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/event": "~3.1.0",
|
||||
"hyperf/macroable": "~3.1.0",
|
||||
"hyperf/tappable": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"hyperf/view": "~3.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hyperf/session": "Required to use ShareErrorsFromSession.",
|
||||
|
@ -17,9 +17,9 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -10,11 +10,11 @@
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"ext-posix": "*",
|
||||
"hyperf/codec": "~3.0.0",
|
||||
"hyperf/command": "~3.0.0",
|
||||
"hyperf/di": "~3.0.0",
|
||||
"hyperf/framework": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0"
|
||||
"hyperf/codec": "~3.1.0",
|
||||
"hyperf/command": "~3.1.0",
|
||||
"hyperf/di": "~3.1.0",
|
||||
"hyperf/framework": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
|
@ -17,10 +17,10 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/http-message": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/http-message": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -17,12 +17,12 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"hyperf/collection": "~3.0.0",
|
||||
"hyperf/contract": "~3.0.0",
|
||||
"hyperf/exception-handler": "~3.0.0",
|
||||
"hyperf/http-server": "~3.0.0",
|
||||
"hyperf/support": "~3.0.0",
|
||||
"hyperf/utils": "~3.0.0",
|
||||
"hyperf/collection": "~3.1.0",
|
||||
"hyperf/contract": "~3.1.0",
|
||||
"hyperf/exception-handler": "~3.1.0",
|
||||
"hyperf/http-server": "~3.1.0",
|
||||
"hyperf/support": "~3.1.0",
|
||||
"hyperf/utils": "~3.1.0",
|
||||
"psr/container": "^1.0|^2.0",
|
||||
"psr/event-dispatcher": "^1.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user