From 6e81d06f72a1876d6b66039daff581771026d667 Mon Sep 17 00:00:00 2001 From: MahmoudSaidHaggag Date: Wed, 16 Oct 2019 14:52:33 +0200 Subject: [PATCH 1/2] This for Version Laravel 6.0.* This for Version Laravel 6.0.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4891e44..0a192cc 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,6 @@ "minimum-stability": "dev", "require": { "php": "^7.0", - "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*" + "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*" } } From b69f5837f772ea95656ea8863bf14ff527cdbd99 Mon Sep 17 00:00:00 2001 From: Sergey Karakhanyan Date: Wed, 16 Oct 2019 17:14:44 +0400 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0a192cc..32a860b 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,6 @@ "minimum-stability": "dev", "require": { "php": "^7.0", - "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.0.*" + "illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || 6.*" } }