From 3992c6d2cffef21f48a8b686bb1eae6deaac2e7c Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Tue, 11 Jan 2022 12:14:13 -0500 Subject: [PATCH] Fix error in composer conflict statement. 9.2 is supported for now. --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 81aae3a713..8d98758b23 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "yoast/phpunit-polyfills": "^0.2.0" }, "conflict": { - "drupal/core": "<= 9.2", + "drupal/core": "< 9.2", "drupal/migrate_run": "*", "drupal/migrate_tools": "<= 5" }, diff --git a/composer.lock b/composer.lock index 87de46a6d9..88e2df022b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "298e83ca99695a9fa1c79974c5351bfd", + "content-hash": "ff8221ae494b4436f105199890276615", "packages": [ { "name": "chi-teck/drupal-code-generator",