From 87bacc41c8bfbdb3ad3646e209a59f1ed3f8395b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 02:14:37 +0000 Subject: [PATCH] Update illuminate/support requirement Updates the requirements on [illuminate/support](https://github.com/illuminate/support) to permit the latest version. - [Release notes](https://github.com/illuminate/support/releases) - [Commits](https://github.com/illuminate/support/commits/v6.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b20626b..7da1cbf 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "php": ">=7", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*" + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|6.0.*" }, "require-dev": { "phpunit/phpunit": "^7.4 || ^8.0"