Skip to content

Commit

Permalink
Added composer.json normalize support (#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored Jun 17, 2024
1 parent ee6b178 commit ceb6417
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
],
"homepage": "https://hyperf.io",
"support": {
"docs": "https://hyperf.wiki",
"issues": "https://github.com/hyperf/hyperf/issues",
"pull-request": "https://github.com/hyperf/hyperf/pulls",
"source": "https://github.com/hyperf/hyperf"
"source": "https://github.com/hyperf/hyperf",
"docs": "https://hyperf.wiki",
"pull-request": "https://github.com/hyperf/hyperf/pulls"
},
"require": {
"php": ">=8.1",
Expand All @@ -24,9 +24,9 @@
"hyperf/tappable": "~3.1.0"
},
"suggest": {
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)",
"ramsey/uuid": "Required to use uuid and orderedUuid methods.(^4.7|^5.0)",
"symfony/uid": "Required to use ulid method.(^5.0|^6.0)",
"doctrine/inflector": "Required to use plural and singular methods.(^2.0|^3.0)"
"symfony/uid": "Required to use ulid method.(^5.0|^6.0)"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ceb6417

Please sign in to comment.