Browse Source

Permit newer version of migrate_plus.

This version has PHP 8.1 support.
pull/911/head
Rosie Le Faive 2 years ago committed by GitHub
parent
commit
6c582a8702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      composer.json

2
composer.json

@ -23,7 +23,7 @@
"drupal/prepopulate" : "^2.2",
"drupal/eva" : "^3.0",
"drupal/features" : "^3.7",
"drupal/migrate_plus" : "^5.1",
"drupal/migrate_plus" : "^5.1 || ^6",
"drupal/migrate_source_csv" : "^3.4",
"drupal/token" : "^1.3",
"drupal/flysystem" : "^2.0@alpha",

Loading…
Cancel
Save