From 838d820e2f018cd7c50f6a20fffd504f9353ef2c Mon Sep 17 00:00:00 2001
From: Geoff Appleby <geoff@gapple.ca>
Date: Sat, 9 Dec 2023 05:19:20 -0800
Subject: [PATCH] Issue #3406979: Exclude core versions with inline
 anti-flicker from compatibility

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 57e6616..16e9ca4 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,6 @@
   "require": {
     "php": ">=7.4",
     "ext-json": "*",
-    "drupal/core": "^9.5 || ^10"
+    "drupal/core": "^9.5 || ~10.0.0 || ^10.1.3"
   }
 }
-- 
GitLab