Skip to content

Commit 695f994

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 297bbf2 commit 695f994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
],
1111
"homepage": "https://hyperf.io",
1212
"support": {
13-
"docs": "https://hyperf.wiki",
1413
"issues": "https://github.com/hyperf/hyperf/issues",
15-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
16-
"source": "https://github.com/hyperf/hyperf"
14+
"source": "https://github.com/hyperf/hyperf",
15+
"docs": "https://hyperf.wiki",
16+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1717
},
1818
"require": {
1919
"php": ">=8.1",
2020
"hyperf/contract": "~3.1.0",
2121
"hyperf/http-message": "~3.1.0",
2222
"hyperf/support": "~3.1.0",
2323
"hyperf/utils": "~3.1.0",
24-
"psr/container": "^1.0|^2.0"
24+
"psr/container": "^1.0 || ^2.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)