From 2b266631468e01afc3d13d4f544f0106b11abc93 Mon Sep 17 00:00:00 2001 From: SPie Date: Fri, 15 May 2020 21:51:18 +0200 Subject: [PATCH] use vlucas/phpdotenv ^4.0 for laravel ^7.0 componentes --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 74c76b0..b09aae2 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,13 @@ "require": { "php": ">7.1.3", "lcobucci/jwt": "^3.2", - "illuminate/auth": ">=5.4", - "illuminate/config": ">=5.4", - "illuminate/console": ">=5.4", - "illuminate/contracts": ">=5.4", - "illuminate/support": ">=5.4", - "illuminate/cache": ">=5.4", - "vlucas/phpdotenv": "^3.3" + "illuminate/auth": ">=5.4|^7.0", + "illuminate/config": ">=5.4|^7.0", + "illuminate/console": ">=5.4|^7.0", + "illuminate/contracts": ">=5.4|^7.0", + "illuminate/support": ">=5.4|^7.0", + "illuminate/cache": ">=5.4|^7.0", + "vlucas/phpdotenv": "^3.3|^4.0" }, "require-dev": { "phpunit/phpunit": "~7.0",