Skip to content

Commit cd49b37

Browse files
Merge pull request #97 from samaasi/master
Add laravel 7 support
2 parents cf94c0d + 6e31015 commit cd49b37

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
@@ -16,7 +16,7 @@
1616
"minimum-stability": "stable",
1717
"require": {
1818
"php": "^5.4.0|^7.0",
19-
"illuminate/support": "5.*|6.*",
19+
"illuminate/support": "5.*|6.*|^7.0",
2020
"guzzlehttp/guzzle": "5.*|6.*"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)