From 898aa0d247f8ace631603eefd8248b961c3cd702 Mon Sep 17 00:00:00 2001 From: Ghazanfar Mir Date: Wed, 1 Apr 2020 14:18:05 +0100 Subject: [PATCH] Upgrade illuminate/support package Signed-off-by: Ghazanfar Mir --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5c97ec..1a4ac0a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^7.3", - "illuminate/support": "^5.4" + "illuminate/support": "^7.0.6" }, "require-dev": { "phpunit/phpunit": "^8.3"