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 8f0fd39 commit 101afec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "hyperf/view-engine",
"type": "library",
"description": "",
"license": "MIT",
"type": "library",
"keywords": [
"php",
"hyperf",
"view",
"engine"
],
"description": "",
"require": {
"php": ">=8.1",
"ext-json": "*",
Expand All @@ -17,8 +17,8 @@
"hyperf/di": "~3.1.0",
"hyperf/event": "~3.1.0",
"hyperf/macroable": "~3.1.0",
"hyperf/tappable": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/tappable": "~3.1.0",
"hyperf/utils": "~3.1.0",
"hyperf/view": "~3.1.0"
},
Expand Down

0 comments on commit 101afec

Please sign in to comment.