From 391d1ac50feb5ebde3cc1b4c6228b68a84f9e0ed Mon Sep 17 00:00:00 2001 From: mikeryan <mikeryan@4420.no-reply.drupal.org> Date: Wed, 12 Oct 2016 11:02:45 -0500 Subject: [PATCH] Issue #2817299 by mikeryan: Diverge 8.1.x-compatible and 8.2.x-compatible versions --- migrate_plus.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate_plus.info.yml b/migrate_plus.info.yml index a11317ac..2eb2a605 100644 --- a/migrate_plus.info.yml +++ b/migrate_plus.info.yml @@ -4,4 +4,4 @@ description: 'Enhancements to core migration support' package: Migration core: 8.x dependencies: - - drupal:migrate (>=8.1) + - drupal:migrate (>=8.2) -- GitLab