Skip to content

Commit 67acc83

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 6a7775b commit 67acc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "hyperf/http-message",
3-
"type": "library",
43
"description": "microservice framework base on swoole",
54
"license": "MIT",
5+
"type": "library",
66
"keywords": [
77
"php",
88
"swoole",
@@ -15,7 +15,7 @@
1515
"hyperf/engine": "^2.11",
1616
"hyperf/support": "~3.1.0",
1717
"laminas/laminas-mime": "^2.7",
18-
"psr/http-message": "^1.0|^2.0",
18+
"psr/http-message": "^1.0 || ^2.0",
1919
"swow/psr7-plus": "^1.0"
2020
},
2121
"suggest": {

0 commit comments

Comments
 (0)