Skip to content

Commit 9e19519

Browse files
zds-skanyxmo
andauthored
Added composer.json normalize support (#95)
* Added composer.json normalize support * Apply CS Fixer --------- Co-authored-by: StyleCI <[email protected]>
1 parent 11513ea commit 9e19519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mineadmin/http-server",
33
"description": "加强 Hyperf 原生 HttpServer",
4-
"type": "library",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "X.mo",
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": ">=8.1",
18+
"hyperf/http-message": "^3.1",
1819
"hyperf/http-server": "^3.1",
20+
"hyperf/translation": "^3.1",
1921
"hyperf/validation": "^3.1",
20-
"hyperf/http-message": "^3.1",
21-
"ramsey/uuid": "^4.7",
22-
"hyperf/translation": "^3.1"
22+
"ramsey/uuid": "^4.7"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)