Skip to content

Commit 3f66b41

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 2fa7d26 commit 3f66b41

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,10 +10,10 @@
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",
@@ -23,7 +23,7 @@
2323
"hyperf/http-server": "~3.1.0",
2424
"hyperf/support": "~3.1.0",
2525
"hyperf/utils": "~3.1.0",
26-
"psr/container": "^1.0|^2.0",
26+
"psr/container": "^1.0 || ^2.0",
2727
"psr/event-dispatcher": "^1.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)