Skip to content

Commit c533163

Browse files
committed
Support for Laravel 7
1 parent 68739d5 commit c533163

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
@@ -18,7 +18,7 @@
1818
"minimum-stability": "dev",
1919
"require": {
2020
"php": "~5.4|~5.5|5.6|~7.0|~7.1|^7.2",
21-
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0"
21+
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)