Skip to content

Commit

Permalink
Merge pull request #46 from bastien-phi/add_laravel_7_support
Browse files Browse the repository at this point in the history
Support Laravel 7.x
  • Loading branch information
calebporzio authored Mar 3, 2020
2 parents f8a2118 + 198fa7c commit 600269d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
],
"require": {
"illuminate/support": "^5.3|^6.0",
"illuminate/filesystem": "^5.3|^6.0"
"illuminate/support": "^5.3|^6.0|^7.0",
"illuminate/filesystem": "^5.3|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 600269d

Please sign in to comment.