Skip to content

Commit 704760c

Browse files
chore(paystack): Allow either v5 or v6 of guzzle to be used
1 parent af682ab commit 704760c

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
@@ -14,7 +14,7 @@
1414
"php": ">=5.5.9",
1515
"illuminate/support": "5.2.*",
1616
"illuminate/container": "5.2.*",
17-
"guzzlehttp/guzzle": "5.0|6.*"
17+
"guzzlehttp/guzzle": "5.*|6.*"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit" : "4.*",

0 commit comments

Comments
 (0)