Skip to content

Commit ceb6417

Browse files
authored
Added composer.json normalize support (#6887)
1 parent ee6b178 commit ceb6417

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
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",
@@ -24,9 +24,9 @@
2424
"hyperf/tappable": "~3.1.0"
2525
},
2626
"suggest": {
27+
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)",
2728
"ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)",
28-
"symfony/uid": "Required to use ulid method.(^5.0|^6.0)",
29-
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)"
29+
"symfony/uid": "Required to use ulid method.(^5.0|^6.0)"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)