From a6f6f4b23b5c06ec70626418ba3d4aa2cbdecc5f Mon Sep 17 00:00:00 2001 From: Bogdan Mazur Date: Fri, 15 Dec 2023 11:41:55 +0100 Subject: [PATCH] [TMP] Run regression --- dependencies.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000..801f122 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,23 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-7318-migrations as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/image-picker", + "package": "ibexa/image-picker", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-IBX-7318-migrations as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-IBX-7318-migrations as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/installer", + "package": "ibexa/installer", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file