Skip to content

Commit 599fc66

Browse files
authored
Merge pull request #95 from horde/feat/api-registry
Feat/api registry
2 parents cc85218 + 2714c17 commit 599fc66

14 files changed

Lines changed: 1104 additions & 2 deletions

.horde.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ dependencies:
8484
horde/pack: ^2
8585
horde/perms: ^3
8686
horde/prefs: ^3
87+
horde/rpc: ^3
8788
horde/secret: ^3
8889
horde/serialize: ^3
8990
horde/sessionhandler: ^3

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@
3838
"errorhandler"
3939
],
4040
"time": "2026-04-26",
41-
"repositories": [],
41+
"repositories": [
42+
{
43+
"type": "path",
44+
"url": "../Rpc",
45+
"options": {
46+
"symlink": true
47+
}
48+
}
49+
],
4250
"require": {
4351
"horde/horde-installer-plugin": "dev-FRAMEWORK_6_0 || ^3 || ^2",
4452
"php": "^7.4 || ^8",
@@ -74,6 +82,7 @@
7482
"horde/pack": "^2 || dev-FRAMEWORK_6_0",
7583
"horde/perms": "^3 || dev-FRAMEWORK_6_0",
7684
"horde/prefs": "^3 || dev-FRAMEWORK_6_0",
85+
"horde/rpc": "*@dev",
7786
"horde/secret": "^3 || dev-FRAMEWORK_6_0",
7887
"horde/serialize": "^3 || dev-FRAMEWORK_6_0",
7988
"horde/sessionhandler": "^3 || dev-FRAMEWORK_6_0",
@@ -122,6 +131,8 @@
122131
"Horde\\Core\\Test\\": "test/"
123132
}
124133
},
134+
"minimum-stability": "alpha",
135+
"prefer-stable": true,
125136
"config": {
126137
"allow-plugins": {
127138
"horde/horde-installer-plugin": true

0 commit comments

Comments
 (0)