From 0abdbec4090a7a637620bda87a7266888f655218 Mon Sep 17 00:00:00 2001
From: Rosie Le Faive <lefaive@gmail.com>
Date: Thu, 1 Dec 2022 19:05:49 -0400
Subject: [PATCH] Permit newer version of migrate_plus.

This version has PHP 8.1 support.
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index a6724628..4abd1126 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
     "drupal/prepopulate" : "^2.2",
     "drupal/eva" : "^3.0",
     "drupal/features" : "^3.7",
-    "drupal/migrate_plus" : "^6",
+    "drupal/migrate_plus" : "^5.1 || ^6",
     "drupal/migrate_source_csv" : "^3.4",
     "drupal/token" : "^1.3",
     "drupal/flysystem" : "^2.0@beta",