Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit f6a15d5

Browse files
committed
Update Composer to use version 2.0 of php-http/httplug and php-http/client-integration-tests
1 parent fddca3a commit f6a15d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
],
1717
"require": {
1818
"php": "^7.0",
19-
"php-http/httplug": "^1.0",
19+
"php-http/httplug": "^2.0",
2020
"guzzlehttp/guzzle": "^5.1",
2121
"php-http/discovery": "^1.0"
2222
},
2323
"require-dev": {
2424
"ext-curl": "*",
25-
"php-http/client-integration-tests": "^0.5.1",
25+
"php-http/client-integration-tests": "^2.0",
2626
"guzzlehttp/ringphp": "^1.1"
2727
},
2828
"provide": {

0 commit comments

Comments
 (0)