From 0a64407cd4f52acf4edffe4508b55e3fdb80ebd2 Mon Sep 17 00:00:00 2001 From: Joshua Baker <160484+joshuabaker@users.noreply.github.com> Date: Tue, 10 May 2022 08:48:41 +0100 Subject: [PATCH] Move to `illuminate/collections` (#11) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 04a1861..ef2893c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "superbig/craft3-collections", "description": "Use Laravel Collections in Craft", "type": "craft-plugin", - "version": "2.0.4", + "version": "3.0.0", "keywords": [ "craft", "cms", @@ -23,7 +23,7 @@ ], "require": { "craftcms/cms": "^3.0.0-RC1", - "tightenco/collect": "^5.8" + "illuminate/collections": "^8.71.0" }, "repositories": [ {