From 00753e8efdfb7fe15a5ebb5cad6bf2cd0360d153 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Tue, 13 Feb 2018 10:56:32 -0200 Subject: [PATCH] Tightenco/Collect should not be replaced anymore It's now under on its own namespace to co-live with Illuminate\Collection. And this is preventing us to require it. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 23a026ab4333..0158db13e1fa 100644 --- a/composer.json +++ b/composer.json @@ -67,8 +67,7 @@ "illuminate/support": "self.version", "illuminate/translation": "self.version", "illuminate/validation": "self.version", - "illuminate/view": "self.version", - "tightenco/collect": "self.version" + "illuminate/view": "self.version" }, "require-dev": { "aws/aws-sdk-php": "~3.0",