From 6229b55ca6f0ba794c22315fce85db9b2392885e Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Wed, 27 Sep 2023 17:53:53 -0300 Subject: [PATCH] Bump the version of `dgi_migrate` supported. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d87c7cf..39fbc2c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "GPL-3.0-only", "require": { "openspout/openspout": "^3", - "discoverygarden/dgi_migrate": "^1 || ^2", + "discoverygarden/dgi_migrate": "^1 || ^2 || ^3", "drupal/migrate_plus": "^4.2 || ^5.1 || ^6", "phpoffice/phpspreadsheet": "^1" }