Skip to content

Commit b62a24c

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 4b74b58 commit b62a24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: composer.json

+3-3
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",

0 commit comments

Comments
 (0)