Skip to content

Commit

Permalink
Update dependencies to support laravel 6 (#15)
Browse files Browse the repository at this point in the history
Add support for Laravel 6 on composer.json
  • Loading branch information
tectiv3 authored and j3j5 committed Nov 28, 2019
1 parent dbb7e88 commit 5c20709
Show file tree
Hide file tree
Showing 2 changed files with 1,582 additions and 1,605 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=5.5.9",
"ext-zip": "*",
"illuminate/support": "5.*"
"illuminate/support": "5.*|6.*"
},
"require-dev": {
"phpunit/phpunit" : "4.*",
Expand All @@ -31,5 +31,3 @@
}
}
}


Loading

0 comments on commit 5c20709

Please # to comment.