Skip to content

Commit 73b0df0

Browse files
authored
Merge pull request #3 from mobtexting/httpclient
composer dependent fix
2 parents de13609 + bd538ee commit 73b0df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.6",
14-
"guzzlehttp/guzzle": "^5.*|^6.*|^7.*"
14+
"guzzlehttp/guzzle": "^5|^6|^7"
1515
},
1616
"require-dev": {
1717
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)