There was an error while loading. Please reload this page.
1 parent 6a7775b commit 67acc83Copy full SHA for 67acc83
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "hyperf/http-message",
3
- "type": "library",
4
"description": "microservice framework base on swoole",
5
"license": "MIT",
+ "type": "library",
6
"keywords": [
7
"php",
8
"swoole",
@@ -15,7 +15,7 @@
15
"hyperf/engine": "^2.11",
16
"hyperf/support": "~3.1.0",
17
"laminas/laminas-mime": "^2.7",
18
- "psr/http-message": "^1.0|^2.0",
+ "psr/http-message": "^1.0 || ^2.0",
19
"swow/psr7-plus": "^1.0"
20
},
21
"suggest": {
0 commit comments