From 5915c96396ed81e95f953e8c74754dc7d228060d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 02:13:29 +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.17.1) 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..04adc1c 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.17.*" }, "require-dev": { "phpunit/phpunit": "^7.4 || ^8.0"