Skip to content

Commit f4d5636

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 0b63312 commit f4d5636

3 files changed

Lines changed: 13 additions & 15 deletions

File tree

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@
1010
],
1111
"homepage": "https://hyperf.io",
1212
"support": {
13-
"docs": "https://hyperf.wiki",
1413
"issues": "https://github.com/hyperf/hyperf/issues",
15-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
16-
"source": "https://github.com/hyperf/hyperf"
14+
"source": "https://github.com/hyperf/hyperf",
15+
"docs": "https://hyperf.wiki",
16+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
17+
},
18+
"require": {
19+
"php": ">=8.1",
20+
"ext-json": "*",
21+
"hyperf/command": "~3.1.0",
22+
"hyperf/contract": "~3.1.0",
23+
"nikic/php-parser": "^4.1",
24+
"psr/container": "^1.0 || ^2.0"
1725
},
1826
"autoload": {
1927
"psr-4": {
@@ -25,14 +33,6 @@
2533
"HyperfTest\\Phar\\": "tests/"
2634
}
2735
},
28-
"require": {
29-
"php": ">=8.1",
30-
"ext-json": "*",
31-
"hyperf/command": "~3.1.0",
32-
"hyperf/contract": "~3.1.0",
33-
"nikic/php-parser": "^4.1",
34-
"psr/container": "^1.0|^2.0"
35-
},
3636
"config": {
3737
"sort-packages": true
3838
},
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
{
2-
}
1+
{}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
{
2-
}
1+
{}

0 commit comments

Comments
 (0)