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 db1e9b9 commit b717e59
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 @@ -9,10 +9,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 @@ -22,8 +22,8 @@
},
"suggest": {
"hyperf/event": "Reqiured to use PageResolverListener.",
"hyperf/http-server": "Reqiured to use PageResolverListener.",
"hyperf/framework": "Reqiured to use PageResolverListener."
"hyperf/framework": "Reqiured to use PageResolverListener.",
"hyperf/http-server": "Reqiured to use PageResolverListener."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b717e59

Please sign in to comment.