Skip to content

Commit

Permalink
Add support for Laravel 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemeery committed Sep 10, 2020
1 parent ac159bd commit 91dbf5a
Show file tree
Hide file tree
Showing 2 changed files with 1,644 additions and 462 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"illuminate/contracts": "^5.5|~6",
"illuminate/notifications": "^5.5|~6",
"illuminate/support": "^5.5|~6"
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/notifications": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 91dbf5a

Please sign in to comment.