Skip to content

Commit c98970c

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 25ec5db commit c98970c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"homepage": "https://hyperf.io",
1313
"support": {
14-
"docs": "https://hyperf.wiki",
1514
"issues": "https://github.com/hyperf/hyperf/issues",
16-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
17-
"source": "https://github.com/hyperf/hyperf"
15+
"source": "https://github.com/hyperf/hyperf",
16+
"docs": "https://hyperf.wiki",
17+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1818
},
1919
"require": {
2020
"php": ">=8.1",
@@ -25,13 +25,13 @@
2525
"hyperf/support": "~3.1.0",
2626
"nikic/php-parser": "^4.1",
2727
"php-di/phpdoc-reader": "^2.2",
28-
"psr/container": "^1.0|^2.0",
29-
"symfony/finder": "^5.0|^6.0|^7.0",
28+
"psr/container": "^1.0 || ^2.0",
29+
"symfony/finder": "^5.0 || ^6.0 || ^7.0",
3030
"vlucas/phpdotenv": "^5.0"
3131
},
3232
"suggest": {
33-
"hyperf/config": "Require this component for annotation scan progress to retrieve the scan path.",
34-
"ext-pcntl": "Required to scan annotations."
33+
"ext-pcntl": "Required to scan annotations.",
34+
"hyperf/config": "Require this component for annotation scan progress to retrieve the scan path."
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)