Skip to content

Commit

Permalink
Merge pull request #6 from bpedroza/laravel-8
Browse files Browse the repository at this point in the history
Laravel 8 compatibility
  • Loading branch information
bpedroza authored Sep 2, 2020
2 parents 219e9dd + 3bda781 commit 4f17edb
Show file tree
Hide file tree
Showing 2 changed files with 804 additions and 1,593 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "project",
"require": {
"php": "^7.2",
"illuminate/support": "~5.5|^6.0|^7.0",
"illuminate/mail": "~5.5|^6.0|^7.0",
"illuminate/view": "~5.5|^6.0|^7.0"
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0",
"illuminate/view": "~5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand All @@ -31,5 +31,8 @@
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"test": "phpunit"
}
}
Loading

0 comments on commit 4f17edb

Please sign in to comment.