From f0de654e53a79fda09e45c515fc08e49db9b9c91 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Tue, 8 Sep 2020 13:48:50 -0400 Subject: [PATCH] Support Illuminate 8.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 894044aef..3abdcaa03 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,11 @@ }, "require": { "php": ">=5.6", - "illuminate/container": "~5.1 | ^6.0 | ^7.0", + "illuminate/container": "~5.1 | ^6.0 | ^7.0 | ^8.0", "mnapoli/silly": "~1.0", "symfony/process": "~3.0|~4.0|~5.0", "nategood/httpful": "~0.2", - "tightenco/collect": "^5.3 | ^6.0 | ^7.0" + "tightenco/collect": "^5.3 | ^6.0 | ^7.0 | ^8.0" }, "require-dev": { "mockery/mockery": "^1.2.3",