From acf056f5e048f1f2464d34aa9ae95d1bcc9f205b Mon Sep 17 00:00:00 2001 From: mikolaj Date: Fri, 13 Feb 2026 10:39:41 +0100 Subject: [PATCH] Run regression for SxS --- 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 00000000..dcff0d7c --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-11213-ui-controller-routing as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-IBX-11213-ui-controller-routing as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/content-tree", + "package": "ibexa/content-tree", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file