We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5e693 commit b1ebc3eCopy full SHA for b1ebc3e
1 file changed
composer.json
@@ -11,14 +11,14 @@
11
],
12
"homepage": "https://hyperf.io",
13
"support": {
14
- "docs": "https://hyperf.wiki",
15
"issues": "https://github.com/hyperf/hyperf/issues",
16
- "pull-request": "https://github.com/hyperf/hyperf/pulls",
17
- "source": "https://github.com/hyperf/hyperf"
+ "source": "https://github.com/hyperf/hyperf",
+ "docs": "https://hyperf.wiki",
+ "pull-request": "https://github.com/hyperf/hyperf/pulls"
18
},
19
"require": {
20
"php": ">=8.1",
21
- "guzzlehttp/guzzle": "^6.3|^7.0"
+ "guzzlehttp/guzzle": "^6.3 || ^7.0"
22
23
"require-dev": {
24
"hyperf/guzzle": "~3.1.0"
0 commit comments