Skip to content

Commit 013b4f5

Browse files
committed
chore: Only support installer 3.4 and newer
1 parent 24ed0de commit 013b4f5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.horde.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ dependencies:
2727
required:
2828
php: ^8.1
2929
composer:
30-
horde/horde-installer-plugin: ^3
30+
horde/horde-installer-plugin: ^3.4
3131
horde/horde: ^6
3232
horde/routes: ^3
3333
hordectl: ^1
3434
vendor: horde
35+
keywords:
36+
- root_component

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"require": {
66
"composer-plugin-api": "^2.2",
7-
"horde/horde-installer-plugin": "^3 || dev-FRAMEWORK_6_0",
7+
"horde/horde-installer-plugin": "^3.4 || dev-FRAMEWORK_6_0",
88
"horde/horde": "^6 || dev-FRAMEWORK_6_0",
99
"horde/routes": "^3 || dev-FRAMEWORK_6_0",
1010
"horde/hordectl": "^1 || dev-FRAMEWORK_6_0"

0 commit comments

Comments
 (0)