From 1ba62bb42127b2670acfaa98bb566bd0eeeda194 Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Tue, 21 Sep 2021 16:30:19 -0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d584269..0155b2d 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,6 @@ "type": "drupal-module", "license": "GPL-3.0-only", "require": { - "islandora/islandora": "^1" + "islandora/islandora": "^1 || ^2" } }