Skip to content

Commit ea36ab0

Browse files
chore(paystack): Alternate support, php versions to be flexible
1 parent 704760c commit ea36ab0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": ">=5.5.9",
15-
"illuminate/support": "5.2.*",
16-
"illuminate/container": "5.2.*",
14+
"php": "^5.4.0|^7.0",
15+
"illuminate/support": "5.*",
1716
"guzzlehttp/guzzle": "5.*|6.*"
1817
},
1918
"require-dev": {

0 commit comments

Comments
 (0)