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 b9769bd commit 3d0b9c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
],
"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",
"hyperf/context": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/utils": "~3.1.0",
"psr/container": "^1.0|^2.0",
"psr/container": "^1.0 || ^2.0",
"swow/psr7-plus": "^1.0"
},
"suggest": {
"duncan3dc/blade": "Required to use blade as a view render engine.",
"hyperf/task": "Required to use task as a view render mode.",
"league/plates": "Required to use plates as a view render engine.",
"smarty/smarty": "Required to use smarty as a view render engine.",
"twig/twig": "Required to use twig as a view render engine.",
"duncan3dc/blade": "Required to use blade as a view render engine.",
"league/plates": "Required to use plates as a view render engine."
"twig/twig": "Required to use twig as a view render engine."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3d0b9c1

Please sign in to comment.