Skip to content

Commit 69d34be

Browse files
authored
Fix the min version for client-common
The 1.0 release does not depend on the php-http/message and so does not bring the message factories, making testing painful
1 parent 5af3684 commit 69d34be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^5.5 || ^7.0",
1515
"php-http/httplug": "^1.0",
16-
"php-http/client-common": "^1.0",
16+
"php-http/client-common": "^1.1",
1717
"php-http/discovery": "^1.0",
1818
"php-http/message-factory": "^1.0"
1919
},

0 commit comments

Comments
 (0)