Skip to content

Commit 1cdd08c

Browse files
authored
Merge pull request #8 from NielsHoiting/master
Support Laravel 8.0
2 parents cd2a14f + c187ef9 commit 1cdd08c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"php": ">=5.6.4",
18-
"illuminate/console": "~7.0",
19-
"illuminate/support": "~7.0",
20-
"illuminate/routing": "~7.0",
21-
"illuminate/view": "~7.0",
18+
"illuminate/console": "~7.0|~8.0",
19+
"illuminate/support": "~7.0|~8.0",
20+
"illuminate/routing": "~7.0|~8.0",
21+
"illuminate/view": "~7.0|~8.0",
2222
"phpdocumentor/reflection-docblock": "2.0.*"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)