Skip to content

Commit c4f703b

Browse files
authored
Merge pull request #42 from kawankoding/support-laravel-7
Add support for Laravel 7
2 parents 4b16030 + 7c2fa39 commit c4f703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php" : "^5.6|^7.0",
12-
"illuminate/support": "^5.1|^6.0"
12+
"illuminate/support": "^5.1|^6.0|^7.0"
1313
},
1414
"autoload" : {
1515
"psr-4" : {

0 commit comments

Comments
 (0)