Skip to content

Commit 5123dbf

Browse files
Merge pull request #19 from stof/patch-1
Fix the min version for client-common
2 parents 5af3684 + 69d34be commit 5123dbf

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)