Upgrade hyperf packages to version ~3.1.0 (#5801)

This commit is contained in:
Deeka Wong 2023-06-06 13:40:38 +08:00 committed by GitHub
parent 985ab58bb1
commit b26916adfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
93 changed files with 379 additions and 383 deletions

View File

@ -17,13 +17,13 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"doctrine/instantiator": "^1.2.0", "doctrine/instantiator": "^1.2.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"hyperf/process": "~3.0.0", "hyperf/process": "~3.1.0",
"hyperf/pool": "~3.0.0", "hyperf/pool": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"php-amqplib/php-amqplib": "^3.5", "php-amqplib/php-amqplib": "^3.5",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",

View File

@ -18,12 +18,12 @@
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/command": "~3.0.0", "hyperf/command": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/di": "Required to use annotations.", "hyperf/di": "Required to use annotations.",

View File

@ -18,11 +18,11 @@
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/di": "Use cache annotations.", "hyperf/di": "Use cache annotations.",

View File

@ -16,8 +16,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -17,9 +17,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/stringable": "~3.0.0", "hyperf/stringable": "~3.1.0",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"suggest": { "suggest": {
"jean85/pretty-package-versions": "Required to use PrettyVersions. (^1.2|^2.0)", "jean85/pretty-package-versions": "Required to use PrettyVersions. (^1.2|^2.0)",

View File

@ -19,7 +19,7 @@
"ext-json": "*", "ext-json": "*",
"ext-xml": "*", "ext-xml": "*",
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0" "hyperf/contract": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -17,8 +17,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/macroable": "~3.0.0" "hyperf/macroable": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -20,9 +20,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"symfony/console": "^5.0|^6.0" "symfony/console": "^5.0|^6.0"
}, },

View File

@ -20,10 +20,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/config-center": "~3.0.0", "hyperf/config-center": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/guzzle": "~3.0.0", "hyperf/guzzle": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -20,10 +20,10 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/config-center": "~3.0.0", "hyperf/config-center": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/process": "Use hyperf process to run ConfigFetcherProcess." "hyperf/process": "Use hyperf process to run ConfigFetcherProcess."

View File

@ -16,7 +16,7 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/process": "^2.1" "hyperf/process": "^2.1"

View File

@ -21,11 +21,11 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/config-center": "~3.0.0", "hyperf/config-center": "~3.1.0",
"hyperf/etcd": "~3.0.0", "hyperf/etcd": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true

View File

@ -28,13 +28,13 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/config-center": "~3.0.0", "hyperf/config-center": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/guzzle": "~3.0.0", "hyperf/guzzle": "~3.1.0",
"hyperf/nacos": "~3.0.0", "hyperf/nacos": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"ext-json": "*", "ext-json": "*",

View File

@ -20,7 +20,7 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/contract": "~3.0.0" "hyperf/contract": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/process": "Use hyperf process to run ConfigFetcherProcess.", "hyperf/process": "Use hyperf process to run ConfigFetcherProcess.",

View File

@ -18,10 +18,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"symfony/finder": "^5.0|^6.0" "symfony/finder": "^5.0|^6.0"
}, },

View File

@ -16,9 +16,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/translation": "Required to use translation." "hyperf/translation": "Required to use translation."

View File

@ -23,8 +23,7 @@
"require-dev": { "require-dev": {
"hyperf/guzzle": "~3.0.0" "hyperf/guzzle": "~3.0.0"
}, },
"suggest": { "suggest": {},
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Hyperf\\Consul\\": "src/" "Hyperf\\Consul\\": "src/"

View File

@ -17,8 +17,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/context": "~3.0.0", "hyperf/context": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.0" "hyperf/engine": "^2.0"
}, },
"autoload": { "autoload": {

View File

@ -17,9 +17,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/framework": "~3.0.0", "hyperf/framework": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"nesbot/carbon": "^2.0" "nesbot/carbon": "^2.0"
}, },
"autoload": { "autoload": {

View File

@ -16,8 +16,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -19,10 +19,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/database": "~3.0.0", "hyperf/database": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.0.0" "hyperf/tappable": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -16,12 +16,12 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"nesbot/carbon": "^2.0", "nesbot/carbon": "^2.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0" "psr/event-dispatcher": "^1.0"

View File

@ -17,13 +17,13 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/database": "~3.0.0", "hyperf/database": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/framework": "~3.0.0", "hyperf/framework": "~3.1.0",
"hyperf/model-listener": "~3.0.0", "hyperf/model-listener": "~3.1.0",
"hyperf/pool": "~3.0.0", "hyperf/pool": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -19,11 +19,11 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/config": "~3.0.0", "hyperf/config": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/pool": "~3.0.0", "hyperf/pool": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -17,12 +17,12 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/command": "~3.0.0", "hyperf/command": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -19,9 +19,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"doctrine/instantiator": "^1.0", "doctrine/instantiator": "^1.0",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/pipeline": "~3.0.0", "hyperf/pipeline": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"nikic/php-parser": "^4.1", "nikic/php-parser": "^4.1",
"php-di/phpdoc-reader": "^2.2", "php-di/phpdoc-reader": "^2.2",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",

View File

@ -22,7 +22,7 @@
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"psr/http-message": "^1.0|^2.0", "psr/http-message": "^1.0|^2.0",
"hyperf/contract": "~3.0.0" "hyperf/contract": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -21,7 +21,7 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"elasticsearch/elasticsearch": "^7.0", "elasticsearch/elasticsearch": "^7.0",
"hyperf/guzzle": "~3.0.0" "hyperf/guzzle": "~3.1.0"
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true

View File

@ -10,9 +10,9 @@
"description": "Etcd Client for Hyperf.", "description": "Etcd Client for Hyperf.",
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/guzzle": "~3.0.0", "hyperf/guzzle": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -17,7 +17,7 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"psr/event-dispatcher": "^1.0" "psr/event-dispatcher": "^1.0"
}, },
"suggest": { "suggest": {

View File

@ -16,10 +16,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/dispatcher": "~3.0.0", "hyperf/dispatcher": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0|^2.0" "psr/http-message": "^1.0|^2.0"
}, },

View File

@ -9,7 +9,7 @@
"description": "flysystem integration for hyperf", "description": "flysystem integration for hyperf",
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"league/flysystem": "^1.0|^2.0|^3.0" "league/flysystem": "^1.0|^2.0|^3.0"
}, },
"suggest": { "suggest": {

View File

@ -20,9 +20,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"fig/http-message-util": "^1.1.2", "fig/http-message-util": "^1.1.2",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/log": "^1.0|^2.0|^3.0" "psr/log": "^1.0|^2.0|^3.0"

View File

@ -11,9 +11,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"thecodingmachine/graphqlite": "^3.0", "thecodingmachine/graphqlite": "^3.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/di": "~3.0.0" "hyperf/di": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/http-server": "Required to use GraphQLMiddleware.", "hyperf/http-server": "Required to use GraphQLMiddleware.",

View File

@ -18,9 +18,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"hyperf/grpc": "~3.0.0", "hyperf/grpc": "~3.1.0",
"jean85/pretty-package-versions": "^1.2|^2.0" "jean85/pretty-package-versions": "^1.2|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -18,13 +18,13 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/http-server": "~3.0.0", "hyperf/http-server": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/grpc": "~3.0.0", "hyperf/grpc": "~3.1.0",
"hyperf/serializer": "~3.0.0", "hyperf/serializer": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -11,10 +11,10 @@
], ],
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/engine": "^2.7", "hyperf/engine": "^2.7",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"laminas/laminas-mime": "^2.7", "laminas/laminas-mime": "^2.7",
"psr/http-message": "^1.0|^2.0" "psr/http-message": "^1.0|^2.0"
}, },

View File

@ -18,19 +18,19 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"hyperf/dispatcher": "~3.0.0", "hyperf/dispatcher": "~3.1.0",
"hyperf/event": "~3.0.0", "hyperf/event": "~3.1.0",
"hyperf/exception-handler": "~3.0.0", "hyperf/exception-handler": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/serializer": "~3.0.0", "hyperf/serializer": "~3.1.0",
"hyperf/server": "~3.0.0", "hyperf/server": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"nikic/fast-route": "^1.3", "nikic/fast-route": "^1.3",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },

View File

@ -17,8 +17,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/coordinator": "~3.0.0", "hyperf/coordinator": "~3.1.0",
"hyperf/engine": "^2.6" "hyperf/engine": "^2.6"
}, },
"autoload": { "autoload": {

View File

@ -16,8 +16,8 @@
"source": "https://github.com/hyperf/hyperf" "source": "https://github.com/hyperf/hyperf"
}, },
"require": { "require": {
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {

View File

@ -18,16 +18,16 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.0", "hyperf/engine": "^2.0",
"hyperf/load-balancer": "~3.0.0", "hyperf/load-balancer": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/rpc": "~3.0.0", "hyperf/rpc": "~3.1.0",
"hyperf/serializer": "~3.0.0", "hyperf/serializer": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"hyperf/context": "~3.0.0" "hyperf/context": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/event": "Register the objects to ProtocolManager automatically.", "hyperf/event": "Register the objects to ProtocolManager automatically.",

View File

@ -16,10 +16,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/pool": "~3.0.0", "hyperf/pool": "~3.1.0",
"hyperf/process": "~3.0.0", "hyperf/process": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"longlang/phpkafka": "^1.2.3", "longlang/phpkafka": "^1.2.3",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },

View File

@ -17,8 +17,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/coordinator": "~3.0.0", "hyperf/coordinator": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"markrogoyski/math-php": "^2.0", "markrogoyski/math-php": "^2.0",
"psr/log": "^1.0|^2.0|^3.0" "psr/log": "^1.0|^2.0|^3.0"
}, },

View File

@ -18,9 +18,9 @@
"php": ">=8.1", "php": ">=8.1",
"psr/log": "^1.0|^2.0|^3.0", "psr/log": "^1.0|^2.0|^3.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"monolog/monolog": "^2.7|^3.1" "monolog/monolog": "^2.7|^3.1"
}, },
"autoload": { "autoload": {

View File

@ -24,8 +24,7 @@
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {}
}
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true

View File

@ -12,12 +12,12 @@
"description": "hyperf metric component", "description": "hyperf metric component",
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.3", "hyperf/engine": "^2.3",
"hyperf/guzzle": "~3.0.0", "hyperf/guzzle": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0|^2.0" "psr/http-message": "^1.0|^2.0"

View File

@ -18,11 +18,11 @@
"php": ">=8.1", "php": ">=8.1",
"psr/simple-cache": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/db-connection": "~3.0.0", "hyperf/db-connection": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/event": "Required to use DeleteCacheListener." "hyperf/event": "Required to use DeleteCacheListener."

View File

@ -17,12 +17,12 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/database": "~3.0.0", "hyperf/database": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/event": "~3.0.0", "hyperf/event": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -21,10 +21,10 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"guzzlehttp/guzzle": "^6.5|^7.0", "guzzlehttp/guzzle": "^6.5|^7.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggests": { "suggests": {
"google/protobuf": "Required to use nacos v2 grpc apis.", "google/protobuf": "Required to use nacos v2 grpc apis.",

View File

@ -17,10 +17,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/pool": "~3.0.0", "hyperf/pool": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"ircmaxell/random-lib": "^1.2", "ircmaxell/random-lib": "^1.2",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0" "psr/event-dispatcher": "^1.0"

View File

@ -18,12 +18,12 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-bcmath": "*", "ext-bcmath": "*",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.0", "hyperf/engine": "^2.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"jean85/pretty-package-versions": "^1.2|^2.0" "jean85/pretty-package-versions": "^1.2|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -16,9 +16,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/event": "Reqiured to use PageResolverListener.", "hyperf/event": "Reqiured to use PageResolverListener.",

View File

@ -28,8 +28,8 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-json": "*", "ext-json": "*",
"hyperf/command": "~3.0.0", "hyperf/command": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"nikic/php-parser": "^4.1", "nikic/php-parser": "^4.1",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },

View File

@ -18,9 +18,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -18,9 +18,9 @@
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/di": "Required to use annotations.", "hyperf/di": "Required to use annotations.",

View File

@ -17,7 +17,7 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0" "hyperf/contract": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -18,9 +18,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/token-bucket": "^2.0", "hyperf/token-bucket": "^2.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0" "psr/simple-cache": "^1.0|^2.0|^3.0"
}, },

View File

@ -10,9 +10,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-swoole": ">=5.0", "ext-swoole": ">=5.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"reactivex/rxphp": "^2.0" "reactivex/rxphp": "^2.0"
}, },

View File

@ -18,11 +18,11 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-redis": "*", "ext-redis": "*",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/pool": "~3.0.0", "hyperf/pool": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -18,9 +18,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/grpc-server": "~3.0.0", "hyperf/grpc-server": "~3.1.0",
"hyperf/resource": "~3.0.0", "hyperf/resource": "~3.1.0",
"hyperf/tappable": "~3.0.0" "hyperf/tappable": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -18,12 +18,12 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-json": "*", "ext-json": "*",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/paginator": "~3.0.0", "hyperf/paginator": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -17,8 +17,8 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/contract": "Required to use annotations.", "hyperf/contract": "Required to use annotations.",

View File

@ -20,11 +20,11 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/load-balancer": "~3.0.0", "hyperf/load-balancer": "~3.1.0",
"hyperf/rpc": "~3.0.0", "hyperf/rpc": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/service-governance": "Required to fetch the nodes info from service governance.", "hyperf/service-governance": "Required to fetch the nodes info from service governance.",

View File

@ -9,16 +9,16 @@
"description": "Rpc for multiplexing connection", "description": "Rpc for multiplexing connection",
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/framework": "~3.0.0", "hyperf/framework": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/load-balancer": "~3.0.0", "hyperf/load-balancer": "~3.1.0",
"hyperf/rpc": "~3.0.0", "hyperf/rpc": "~3.1.0",
"hyperf/rpc-client": "~3.0.0", "hyperf/rpc-client": "~3.1.0",
"hyperf/rpc-server": "~3.0.0", "hyperf/rpc-server": "~3.1.0",
"hyperf/server": "~3.0.0", "hyperf/server": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"multiplex/socket": "^1.0" "multiplex/socket": "^1.0"
}, },
"autoload": { "autoload": {

View File

@ -18,8 +18,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/http-server": "~3.0.0", "hyperf/http-server": "~3.1.0",
"hyperf/rpc": "~3.0.0" "hyperf/rpc": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/di": "Required to use annotations." "hyperf/di": "Required to use annotations."

View File

@ -17,9 +17,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -38,7 +38,6 @@
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.0-dev"
}, },
"hyperf": { "hyperf": {}
}
} }
} }

View File

@ -9,15 +9,15 @@
"description": "Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.", "description": "Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.",
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/command": "~3.0.0", "hyperf/command": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/database": "~3.0.0", "hyperf/database": "~3.1.0",
"hyperf/event": "~3.0.0", "hyperf/event": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/model-listener": "~3.0.0", "hyperf/model-listener": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0" "psr/event-dispatcher": "^1.0"
}, },

View File

@ -17,7 +17,7 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0" "hyperf/contract": "~3.1.0"
}, },
"suggest": { "suggest": {
"symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)", "symfony/serializer": "Required to use SymfonyNormalizer (^5.0|^6.0)",

View File

@ -17,11 +17,11 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.8", "hyperf/engine": "^2.8",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/log": "^1.0|^2.0|^3.0", "psr/log": "^1.0|^2.0|^3.0",

View File

@ -18,11 +18,11 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/consul": "~3.0.0", "hyperf/consul": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/service-governance": "~3.0.0", "hyperf/service-governance": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -18,12 +18,12 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/nacos": "~3.0.0", "hyperf/nacos": "~3.1.0",
"hyperf/service-governance": "~3.0.0", "hyperf/service-governance": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -17,8 +17,8 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/event": "Required to use RegisterServiceListener.", "hyperf/event": "Required to use RegisterServiceListener.",

View File

@ -16,9 +16,9 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"suggest": { "suggest": {
"psr/container": "Required to use SessionFactory.", "psr/container": "Required to use SessionFactory.",

View File

@ -18,10 +18,10 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.0", "hyperf/engine": "^2.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -15,7 +15,7 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0" "hyperf/contract": "~3.1.0"
}, },
"suggest": { "suggest": {
"psr/container": "Required to use MetaGeneratorFactory.", "psr/container": "Required to use MetaGeneratorFactory.",

View File

@ -17,10 +17,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/protocol": "~3.0.0", "hyperf/protocol": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0" "hyperf/utils": "~3.1.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -12,11 +12,11 @@
"ext-json": "*", "ext-json": "*",
"ext-redis": "*", "ext-redis": "*",
"ext-swoole": ">=5.0", "ext-swoole": ">=5.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/redis": "~3.0.0", "hyperf/redis": "~3.1.0",
"hyperf/websocket-server": "~3.0.0", "hyperf/websocket-server": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -17,10 +17,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/conditionable": "~3.0.0", "hyperf/conditionable": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/tappable": "~3.0.0" "hyperf/tappable": "~3.1.0"
}, },
"suggest": { "suggest": {
"ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)", "ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)",

View File

@ -17,9 +17,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -17,12 +17,12 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/context": "~3.0.0", "hyperf/context": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/stringable": "~3.0.0" "hyperf/stringable": "~3.1.0"
}, },
"suggest": { "suggest": {
"nesbot/carbon": "Use Carbon as DateTime object.(^2.0)" "nesbot/carbon": "Use Carbon as DateTime object.(^2.0)"

View File

@ -17,7 +17,7 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/command": "~3.0.0", "hyperf/command": "~3.1.0",
"zircote/swagger-php": "^4.6" "zircote/swagger-php": "^4.6"
}, },
"autoload": { "autoload": {

View File

@ -17,9 +17,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/http-server-middleware": "^1.0" "psr/http-server-middleware": "^1.0"
}, },
@ -29,8 +29,7 @@
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {}
}
}, },
"config": { "config": {
"sort-packages": true "sort-packages": true

View File

@ -17,11 +17,11 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/framework": "~3.0.0", "hyperf/framework": "~3.1.0",
"hyperf/serializer": "~3.0.0", "hyperf/serializer": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"symfony/property-access": "^5.0|^6.0", "symfony/property-access": "^5.0|^6.0",

View File

@ -22,14 +22,14 @@
"php": ">=8.1", "php": ">=8.1",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/http-server": "~3.0.0", "hyperf/http-server": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"symfony/http-foundation": "^5.4|^6.0" "symfony/http-foundation": "^5.4|^6.0"
}, },
"extra": { "extra": {

View File

@ -18,11 +18,11 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/http-message": "^1.0|^2.0", "psr/http-message": "^1.0|^2.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/guzzle": "~3.0.0", "hyperf/guzzle": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"jcchavezs/zipkin-opentracing": "^2.0", "jcchavezs/zipkin-opentracing": "^2.0",
"opentracing/opentracing": "^1.0" "opentracing/opentracing": "^1.0"
}, },

View File

@ -9,10 +9,10 @@
], ],
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -18,18 +18,18 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"doctrine/inflector": "^2.0", "doctrine/inflector": "^2.0",
"hyperf/code-parser": "~3.0.0", "hyperf/code-parser": "~3.1.0",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/context": "~3.0.0", "hyperf/context": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/coordinator": "~3.0.0", "hyperf/coordinator": "~3.1.0",
"hyperf/coroutine": "~3.0.0", "hyperf/coroutine": "~3.1.0",
"hyperf/engine": "^2.0", "hyperf/engine": "^2.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/serializer": "~3.0.0", "hyperf/serializer": "~3.1.0",
"hyperf/stringable": "~3.0.0", "hyperf/stringable": "~3.1.0",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"suggest": { "suggest": {
"ext-swoole": "Required to use methods related to swoole (>=5.0).", "ext-swoole": "Required to use methods related to swoole (>=5.0).",

View File

@ -20,17 +20,17 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"egulias/email-validator": "^3.0", "egulias/email-validator": "^3.0",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/database": "~3.0.0", "hyperf/database": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/framework": "~3.0.0", "hyperf/framework": "~3.1.0",
"hyperf/http-server": "~3.0.0", "hyperf/http-server": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/translation": "~3.0.0", "hyperf/translation": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"nesbot/carbon": "^2.21", "nesbot/carbon": "^2.21",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",

View File

@ -12,15 +12,15 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-json": "*", "ext-json": "*",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/config": "~3.0.0", "hyperf/config": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/event": "~3.0.0", "hyperf/event": "~3.1.0",
"hyperf/macroable": "~3.0.0", "hyperf/macroable": "~3.1.0",
"hyperf/tappable": "~3.0.0", "hyperf/tappable": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"hyperf/view": "~3.0.0" "hyperf/view": "~3.1.0"
}, },
"suggest": { "suggest": {
"hyperf/session": "Required to use ShareErrorsFromSession.", "hyperf/session": "Required to use ShareErrorsFromSession.",

View File

@ -17,9 +17,9 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"suggest": { "suggest": {

View File

@ -10,11 +10,11 @@
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"ext-posix": "*", "ext-posix": "*",
"hyperf/codec": "~3.0.0", "hyperf/codec": "~3.1.0",
"hyperf/command": "~3.0.0", "hyperf/command": "~3.1.0",
"hyperf/di": "~3.0.0", "hyperf/di": "~3.1.0",
"hyperf/framework": "~3.0.0", "hyperf/framework": "~3.1.0",
"hyperf/support": "~3.0.0" "hyperf/support": "~3.1.0"
}, },
"autoload": { "autoload": {
"files": [ "files": [

View File

@ -17,10 +17,10 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/http-message": "~3.0.0", "hyperf/http-message": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0" "psr/container": "^1.0|^2.0"
}, },
"autoload": { "autoload": {

View File

@ -17,12 +17,12 @@
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"hyperf/collection": "~3.0.0", "hyperf/collection": "~3.1.0",
"hyperf/contract": "~3.0.0", "hyperf/contract": "~3.1.0",
"hyperf/exception-handler": "~3.0.0", "hyperf/exception-handler": "~3.1.0",
"hyperf/http-server": "~3.0.0", "hyperf/http-server": "~3.1.0",
"hyperf/support": "~3.0.0", "hyperf/support": "~3.1.0",
"hyperf/utils": "~3.0.0", "hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0", "psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0" "psr/event-dispatcher": "^1.0"
}, },