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