Skip to content

Commit 535f5f1

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 406d993 commit 535f5f1

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
@@ -10,24 +10,24 @@
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"
1717
},
1818
"require": {
1919
"php": ">=8.1",
20-
"ext-redis": "^5.0|^6.0",
20+
"ext-redis": "^5.0 || ^6.0",
2121
"hyperf/contract": "~3.1.0",
2222
"hyperf/pool": "~3.1.0",
2323
"hyperf/support": "~3.1.0",
2424
"hyperf/tappable": "~3.1.0",
2525
"hyperf/utils": "~3.1.0",
26-
"psr/container": "^1.0|^2.0"
26+
"psr/container": "^1.0 || ^2.0"
2727
},
2828
"suggest": {
29-
"hyperf/di": "Create the RedisPool via dependency injection.",
30-
"ext-redis": "Required to use sentinel mode (>=5.2)."
29+
"ext-redis": "Required to use sentinel mode (>=5.2).",
30+
"hyperf/di": "Create the RedisPool via dependency injection."
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)