Skip to content

Commit

Permalink
Merge pull request #12 from topclaudy/master
Browse files Browse the repository at this point in the history
Added Laravel 7 compatibility
  • Loading branch information
yurtesen authored May 27, 2020
2 parents 75849bd + f9d020b commit c485bc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
],
"require": {
"ext-zip": "*",
"illuminate/config": "^5.2.0|^6.0",
"illuminate/console": "^5.2.0|^6.0",
"illuminate/database": "^5.2.0|^6.0",
"illuminate/filesystem": "^5.2.0|^6.0"
"illuminate/config": "^5.2.0|^6.0|^7.0",
"illuminate/console": "^5.2.0|^6.0|^7.0",
"illuminate/database": "^5.2.0|^6.0|^7.0",
"illuminate/filesystem": "^5.2.0|^6.0|^7.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit c485bc3

Please sign in to comment.