From c81fc49127b52b5e28c20fa57dbe0c5e4ad4f064 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 14 Sep 2023 15:15:27 -0300 Subject: [PATCH] Widen spec for D10 support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2261b99..d87c7cf 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "openspout/openspout": "^3", "discoverygarden/dgi_migrate": "^1 || ^2", - "drupal/migrate_plus": "^4.2 || ^5.1", + "drupal/migrate_plus": "^4.2 || ^5.1 || ^6", "phpoffice/phpspreadsheet": "^1" } }