Skip to content

Commit af01f41

Browse files
committed
Add require dependencies to composer.json
1 parent 6bfc82a commit af01f41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
},
2121
"require": {
2222
"php": "^7.4",
23-
"httpsoft/http-stream": "^1.0"
23+
"fig/http-message-util": "^1.1",
24+
"httpsoft/http-stream": "^1.0",
25+
"httpsoft/http-uri": "^1.0"
2426
},
2527
"require-dev": {
2628
"phpunit/phpunit": "^9.1",

0 commit comments

Comments
 (0)