From f736facf8f8d0a3c5075db805839a3386768a1ba Mon Sep 17 00:00:00 2001 From: Gijs Rommers <63544802+GijsRommers@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:53:26 +0200 Subject: [PATCH] Remove redundant SMSTools recipe conflicts (#2032) * Remove redundant recipe conflicts * Trigger recipe validation --------- Co-authored-by: Gijs Rommers --- gijsrommers/smstools-notifier/0.2/manifest.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gijsrommers/smstools-notifier/0.2/manifest.json b/gijsrommers/smstools-notifier/0.2/manifest.json index a96d5b8d..57b0ad66 100644 --- a/gijsrommers/smstools-notifier/0.2/manifest.json +++ b/gijsrommers/smstools-notifier/0.2/manifest.json @@ -7,9 +7,5 @@ }, "env": { "SMS_TOOLS_DSN": "smstools://CLIENT_ID:CLIENT_SECRET@default?from=MyApp" - }, - "conflict": { - "php": "<8.1", - "symfony/framework-bundle": "<6.4" } }