Skip to content

Commit 101afec

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 8f0fd39 commit 101afec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "hyperf/view-engine",
3-
"type": "library",
3+
"description": "",
44
"license": "MIT",
5+
"type": "library",
56
"keywords": [
67
"php",
78
"hyperf",
89
"view",
910
"engine"
1011
],
11-
"description": "",
1212
"require": {
1313
"php": ">=8.1",
1414
"ext-json": "*",
@@ -17,8 +17,8 @@
1717
"hyperf/di": "~3.1.0",
1818
"hyperf/event": "~3.1.0",
1919
"hyperf/macroable": "~3.1.0",
20-
"hyperf/tappable": "~3.1.0",
2120
"hyperf/support": "~3.1.0",
21+
"hyperf/tappable": "~3.1.0",
2222
"hyperf/utils": "~3.1.0",
2323
"hyperf/view": "~3.1.0"
2424
},

0 commit comments

Comments
 (0)