From 361445c46fbdab6c65986d50d435901e5cfa001c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 02:13:21 +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.18.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..76bcc65 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.18.*" }, "require-dev": { "phpunit/phpunit": "^7.4 || ^8.0"