From c5cb8238bddc6a09172ace76bb8c9f5b3c8ca590 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 11 Sep 2019 09:52:41 +0200 Subject: [PATCH] Support Laravel 6.0 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1d9128e..043b6a2 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ } ], "require": { - "php": ">=7.1.3", - "illuminate/support": "5.8.*" + "php": ">=7.2.0", + "illuminate/support": "^6.0" }, "autoload": { "psr-4": { @@ -24,7 +24,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "phpunit/phpunit": "^5.5", + "phpunit/phpunit": "^7.0", "fzaninotto/faker": "^1.6", "mockery/mockery": "^0.9.5", "satooshi/php-coveralls": "^1.0",