Skip to content

Commit b1ebc3e

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 6e5e693 commit b1ebc3e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"homepage": "https://hyperf.io",
1313
"support": {
14-
"docs": "https://hyperf.wiki",
1514
"issues": "https://github.com/hyperf/hyperf/issues",
16-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
17-
"source": "https://github.com/hyperf/hyperf"
15+
"source": "https://github.com/hyperf/hyperf",
16+
"docs": "https://hyperf.wiki",
17+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1818
},
1919
"require": {
2020
"php": ">=8.1",
21-
"guzzlehttp/guzzle": "^6.3|^7.0"
21+
"guzzlehttp/guzzle": "^6.3 || ^7.0"
2222
},
2323
"require-dev": {
2424
"hyperf/guzzle": "~3.1.0"

0 commit comments

Comments
 (0)