From 48e59823b5afc1e28c0f40b81738026ec5e3adad Mon Sep 17 00:00:00 2001 From: Torben Dannhauer Date: Wed, 7 May 2025 21:42:21 +0200 Subject: [PATCH] Update composer.json --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 39ba6b5..84f0616 100644 --- a/composer.json +++ b/composer.json @@ -25,16 +25,16 @@ "repositories": [], "require": { "php": "^8", - "horde/cli": "^3", - "horde/exception": "^3", - "horde/translation": "^3", - "horde/util": "^3" + "horde/cli": "^3 || dev-FRAMEWORK_6_0", + "horde/exception": "^3 || dev-FRAMEWORK_6_0", + "horde/translation": "^3 || dev-FRAMEWORK_6_0", + "horde/util": "^3 || dev-FRAMEWORK_6_0" }, "require-dev": { - "horde/test": "^3" + "horde/test": "^3 || dev-FRAMEWORK_6_0" }, "suggest": { - "horde/test": "^3" + "horde/test": "^3 || dev-FRAMEWORK_6_0" }, "autoload": { "psr-0": { @@ -50,4 +50,4 @@ "horde/horde-installer-plugin": true } } -} \ No newline at end of file +}