Skip to content

Commit 4cef59f

Browse files
dbuNyholm
authored andcommitted
update pack to install psr-18 client (#2)
* update pack to install psr-18 client * Changing to Nyholm/psr7 because Guzzle/psr17 does not support PSR17
1 parent 100a2c2 commit 4cef59f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php-http/httplug-bundle": "^1.7",
16-
"php-http/curl-client": "^1.7",
16+
"php-http/curl-client": "^2.0",
1717
"php-http/message": "^1.0",
18-
"php-http/discovery": "^1.0",
19-
"guzzlehttp/psr7": "^1.4"
18+
"php-http/discovery": "^1.6",
19+
"nyholm/psr7": "^1.1"
2020
}
2121
}

0 commit comments

Comments
 (0)