Skip to content

Commit 5857666

Browse files
committed
add nyholm psr7 for buzz tests
1 parent 7dbe19c commit 5857666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"php-http/httplug": "To test async client"
2727
},
2828
"require-dev": {
29-
"php-http/httplug": "^2.0"
29+
"php-http/httplug": "^2.0",
30+
"nyholm/psr7": "^1.8@dev"
3031
},
3132
"autoload": {
3233
"psr-4": {

0 commit comments

Comments
 (0)