Skip to content

Commit

Permalink
Support Hyperf 3.1
Browse files Browse the repository at this point in the history
Support Hyperf 3.1
  • Loading branch information
PandaLIU-1111 committed Nov 17, 2023
2 parents caeca3a + cda2da5 commit b6344fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": ">=8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4",
"hyperf/context": "^2.2|^3.0",
"hyperf/context": "^2.2|^3.0|^3.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand All @@ -33,13 +33,13 @@
"phpunit/phpunit": "^9.5"
},
"suggest": {
"hyperf/config": "^2.2|^3.0",
"hyperf/db": "^2,2|^3.0",
"hyperf/redis": "^2,2|^3.0",
"hyperf/di": "^2.2|^3.0",
"hyperf/grpc-client": "^2.2|^3.0",
"hyperf/rpc-client": "^2.2|^3.0",
"hyperf/json-rpc": "^2.2|^3.0",
"hyperf/config": "^2.2|^3.0|^3.1",
"hyperf/db": "^2,2|^3.0|^3.1",
"hyperf/redis": "^2,2|^3.0|^3.1",
"hyperf/di": "^2.2|^3.0|^3.1",
"hyperf/grpc-client": "^2.2|^3.0|^3.1",
"hyperf/rpc-client": "^2.2|^3.0|^3.1",
"hyperf/json-rpc": "^2.2|^3.0|^3.1",
"ext-openssl": "Required to use HTTPS.",
"ext-pdo": "Required to use MySQL Client.",
"ext-pdo_mysql": "Required to use MySQL Client.",
Expand Down

0 comments on commit b6344fa

Please sign in to comment.