Skip to content

Commit

Permalink
Merge pull request #3 from aldemeery/update-laravel-version
Browse files Browse the repository at this point in the history
Update for Laravel 6
  • Loading branch information
aldemeery authored Sep 9, 2019
2 parents 0dd6e6b + 1c58b0f commit 87967af
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 @@ -13,10 +13,10 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"illuminate/support": "~5.3",
"illuminate/database": "~5.3",
"illuminate/http": "~5.3",
"illuminate/console": "~5.3"
"illuminate/support": "~5.3|~6",
"illuminate/database": "~5.3|~6",
"illuminate/http": "~5.3|~6",
"illuminate/console": "~5.3|~6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 87967af

Please sign in to comment.