Skip to content

Commit 3ae6df8

Browse files
authored
Merge pull request #22 from bkintanar/patch-1
Laravel 8.0 Support
2 parents bd9ec9a + 3b060c6 commit 3ae6df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": "^7.3",
20-
"illuminate/view": "^6.0|^7.0",
21-
"illuminate/console": "^6.0|^7.0",
22-
"illuminate/mail": "^6.0|^7.0"
20+
"illuminate/view": "^6.0|^7.0|^8.0",
21+
"illuminate/console": "^6.0|^7.0|^8.0",
22+
"illuminate/mail": "^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "^5.1",

0 commit comments

Comments
 (0)