Skip to content

Commit

Permalink
support laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terranc authored Oct 19, 2019
1 parent bc1cee1 commit 08e36fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "~5.4",
"illuminate/console": "~5.4",
"illuminate/support": "~5.4",
"illuminate/cache": "~5.4"
"illuminate/database": "~6.0",
"illuminate/console": "~6.0",
"illuminate/support": "~6.0",
"illuminate/cache": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"laravel/laravel": "~5.4",
"laravel/laravel": "~6.0",
"fzaninotto/faker": "^1.8"
},
"autoload": {
Expand Down

0 comments on commit 08e36fc

Please # to comment.