From 3cc4756abd9a5dd263739ed1fe4960dcbd434407 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive <lefaive@gmail.com> Date: Mon, 7 Nov 2022 10:41:31 -0400 Subject: [PATCH] Add new composer requirement simpleXML for FITS. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c02d7c16..c6fa626e 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "drupal/flysystem" : "^2.0@alpha", "islandora/crayfish-commons": "^2", "drupal/file_replace": "^1.1", - "drupal/ctools": "^3.8 || ^4" + "drupal/ctools": "^3.8 || ^4", + "ext-SimpleXML": "*" }, "require-dev": { "phpunit/phpunit": "^6",