From e7e649e2203259a7b316c4cd1629ab5abf2d3db0 Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Fri, 10 Jan 2025 10:11:58 +0100 Subject: [PATCH] [TMP] Run regression --- dependencies.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..e20c20a --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-8931 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/corporate-account", + "package": "ibexa/corporate-account", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-IBX-8931 as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file