We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa7d26 commit 3f66b41Copy full SHA for 3f66b41
composer.json
@@ -10,10 +10,10 @@
10
],
11
"homepage": "https://hyperf.io",
12
"support": {
13
- "docs": "https://hyperf.wiki",
14
"issues": "https://github.com/hyperf/hyperf/issues",
15
- "pull-request": "https://github.com/hyperf/hyperf/pulls",
16
- "source": "https://github.com/hyperf/hyperf"
+ "source": "https://github.com/hyperf/hyperf",
+ "docs": "https://hyperf.wiki",
+ "pull-request": "https://github.com/hyperf/hyperf/pulls"
17
},
18
"require": {
19
"php": ">=8.1",
@@ -23,7 +23,7 @@
23
"hyperf/http-server": "~3.1.0",
24
"hyperf/support": "~3.1.0",
25
"hyperf/utils": "~3.1.0",
26
- "psr/container": "^1.0|^2.0",
+ "psr/container": "^1.0 || ^2.0",
27
"psr/event-dispatcher": "^1.0"
28
29
"autoload": {
0 commit comments