Skip to content

Commit

Permalink
Support Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella committed Sep 3, 2019
1 parent 1af2fb9 commit 4f049b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"license": "MIT",
"require": {
"php": ">=5.6.4",
"illuminate/database": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/database": "^5.3||^6",
"fzaninotto/faker": "^1.4",
"doctrine/dbal": "^2.5"
},
"require-dev": {
"laravel/laravel": "5.8",
"laravel/laravel": "^6",
"dimsav/laravel-translatable": "^6",
"phpunit/phpunit": "^8",
"themsaid/laravel-multilingual": "^1"
Expand Down

0 comments on commit 4f049b8

Please sign in to comment.