From 808ad3d80a98185487a15737724d8a3c3ee4a042 Mon Sep 17 00:00:00 2001 From: Mike Barsalou Date: Mon, 29 Jun 2026 20:32:02 +0000 Subject: [PATCH] add missing packages for base install --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7fa69440..5f0b1ce9 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,7 @@ "horde/browser": "^3 || dev-FRAMEWORK_6_0", "horde/core": "^3.0.0beta9 || dev-FRAMEWORK_6_0", "horde/cache": "^3 || dev-FRAMEWORK_6_0", + "horde/content": "^3 || dev-FRAMEWORK_6_0", "horde/date": "^3 || dev-FRAMEWORK_6_0", "horde/exception": "^3 || dev-FRAMEWORK_6_0", "horde/form": "^3 || dev-FRAMEWORK_6_0", @@ -58,6 +59,7 @@ "horde/text_diff": "^3 || dev-FRAMEWORK_6_0", "horde/token": "^3 || dev-FRAMEWORK_6_0", "horde/text_filter": "^3 || dev-FRAMEWORK_6_0", + "horde/timeobjects": "^3 || dev-FRAMEWORK_6_0", "horde/tree": "^3 || dev-FRAMEWORK_6_0", "horde/url": "^3 || dev-FRAMEWORK_6_0", "horde/util": "^3 || dev-FRAMEWORK_6_0", @@ -136,5 +138,6 @@ "branch-alias": { "dev-FRAMEWORK_6_0": "6.x-dev" } - } -} \ No newline at end of file + }, + "minimum-stability": "dev" +}