From 481582dfcfef484134690f60b3f000cc942f520c Mon Sep 17 00:00:00 2001
From: Adam Vessey <adam@discoverygarden.ca>
Date: Wed, 5 Oct 2022 15:25:36 -0300
Subject: [PATCH] Bump spec up to allow ctools 4.

Gave it a run through here, and seemed to work fine; however, ctools'
project page still seems to suggest the 3 major version should be
preferred... but let's allow 4, if people are using or want to test it
out?
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 29b7b5c3..c02d7c16 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
     "drupal/flysystem" : "^2.0@alpha",
     "islandora/crayfish-commons": "^2",
     "drupal/file_replace": "^1.1",
-    "drupal/ctools": "^3.8"
+    "drupal/ctools": "^3.8 || ^4"
   },
   "require-dev": {
     "phpunit/phpunit": "^6",