Skip to content

Commit

Permalink
Merge pull request #22 from bkintanar/patch-1
Browse files Browse the repository at this point in the history
Laravel 8.0 Support
  • Loading branch information
mpociot authored Sep 14, 2020
2 parents bd9ec9a + 3b060c6 commit 3ae6df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": "^7.3",
"illuminate/view": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/mail": "^6.0|^7.0"
"illuminate/view": "^6.0|^7.0|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/mail": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.1",
Expand Down

0 comments on commit 3ae6df8

Please sign in to comment.