From fc2cce1b0e1bd730be598a68b128853daa396182 Mon Sep 17 00:00:00 2001
From: Paul Dale Smith <paul.smith@freelygive.org.uk>
Date: Wed, 16 Apr 2025 10:19:15 +0100
Subject: [PATCH] Add conflict on higher versions of AI and AI Agents. #3519419

---
 composer.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/composer.json b/composer.json
index 576e682..e8619f1 100644
--- a/composer.json
+++ b/composer.json
@@ -7,5 +7,9 @@
     "drupal/ai": "^1.0.4",
     "drupal/key": "^1.18",
     "openai-php/client": ">=v0.10.1"
+  },
+  "conflict": {
+    "drupal/ai": "^1.1",
+    "drupal/ai_agents": "^1.1"
   }
 }
-- 
GitLab