From 0d2e6e41f55a75b3672b1d2b7afd876be625fd19 Mon Sep 17 00:00:00 2001
From: Carlos Ospina <camoa2005@gmail.com>
Date: Thu, 20 Mar 2025 16:18:09 +0000
Subject: [PATCH] Adding the option of Select2 v2 in composer to fix Drupal 11
 installation

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

diff --git a/composer.json b/composer.json
index 137942e..549eefc 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "homepage": "http://drupal.org/project/entity_reference_views",
     "license": "GPL-2.0-or-later",
     "require": {
-        "drupal/select2": "^1"
+        "drupal/select2": "^1 || ^2"
     },
     "authors": [
         {
-- 
GitLab