From 73a63b2f312a324f374d1b809095d2e281844a99 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 28 Sep 2023 14:42:20 +1300 Subject: [PATCH] MNT Conflict with silverstripe/framework 5.1.0 That version will require a new minor release of this module, which there's already a PR for, due to conflicts in the method signature of the new ArrayList::excludeAny() method and that method in the searchfilterable arraylist. This is really just to make CI happy - in a real project the conflict won't be necessary since composer will just grab the most recent version anyway. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 93daaa6..468ddb1 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,9 @@ "dnadesign/silverstripe-elemental": "^5", "silverstripe/recipe-testing": "^3" }, + "conflict": { + "silverstripe/framework": ">=5.1.0" + }, "extra": { "expose": [ "client/dist",