Skip to content

Commit

Permalink
Merge pull request #14 from topclaudy/master
Browse files Browse the repository at this point in the history
Added Support for Laravel 8
  • Loading branch information
yurtesen authored Sep 22, 2020
2 parents e5e28ef + 2d7a316 commit fff9948
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|^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"
"illuminate/config": "^5.2.0|^6.0|^7.0|^8.0",
"illuminate/console": "^5.2.0|^6.0|^7.0|^8.0",
"illuminate/database": "^5.2.0|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.2.0|^6.0|^7.0|^8.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit fff9948

Please sign in to comment.