From e69d918a690a975a1feaa178585a66c04882511e Mon Sep 17 00:00:00 2001 From: Adam Vessey <adam-vessey@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:33:51 -0300 Subject: [PATCH] Add ctools, prior to using it. --- composer.json | 3 ++- islandora.info.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 24eb9e5b..a4db6d03 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "drupal/token" : "^1.3", "drupal/flysystem" : "^2.0@alpha", "islandora/crayfish-commons": "^2", - "drupal/file_replace": "^1.1" + "drupal/file_replace": "^1.1", + "drupal/ctools": "^3" }, "require-dev": { "phpunit/phpunit": "^6", diff --git a/islandora.info.yml b/islandora.info.yml index 9cd89cdd..7a6e4d0a 100644 --- a/islandora.info.yml +++ b/islandora.info.yml @@ -32,3 +32,4 @@ dependencies: - drupal:flysystem - drupal:token - drupal:file_replace + - ctools:ctools