Skip to content

Commit af682ab

Browse files
chore(paystack): Use guzzle 5.0 or >=6
1 parent e2a593a commit af682ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"require": {
1414
"php": ">=5.5.9",
1515
"illuminate/support": "5.2.*",
16-
"guzzlehttp/guzzle": "~5.0"
16+
"illuminate/container": "5.2.*",
17+
"guzzlehttp/guzzle": "5.0|6.*"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit" : "4.*",

0 commit comments

Comments
 (0)