From 1fde53f0d064715b5172d659481de6da4589482e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Wed, 22 Jul 2026 13:20:42 +0200 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..1aa7d957 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-10879_Add_possibility_to_disable_enable_drop_down_options as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-IBX-10879__Deepl_Backoffice_shows_InvalidLanguageCodeException_for_unsupported_languages as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/automated-translation", + "package": "ibexa/automated-translation", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file