From 4f049b8fbb99aa1c7751a70442bb9ed860b8a69e Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 3 Sep 2019 16:33:44 +0200 Subject: [PATCH] Support Laravel 6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4db16d8..b1552e1 100644 --- a/composer.json +++ b/composer.json @@ -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"