From 0db182a0445f421bcf62c43778bc991f95794c53 Mon Sep 17 00:00:00 2001 From: Bogdan Mazur Date: Fri, 2 Dec 2022 11:52:13 +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 00000000..b4964996 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-3265_Translation_of_User_Content_Objects_is_not_possible as 1.3.x-dev", + "repositoryUrl": "https://github.com/ezsystems/ezplatform-content-forms", + "package": "ezsystems/ezplatform-content-forms", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-IBX-3265_Translation_of_User_Content_Objects_is_not_possible as 2.3.x-dev", + "repositoryUrl": "https://github.com/ezsystems/ezplatform-admin-ui", + "package": "ezsystems/ezplatform-admin-ui", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file