From 9013bc9c211bb1aaf275ffcc5f512c13c51300c6 Mon Sep 17 00:00:00 2001 From: katarzynazawada <> Date: Mon, 2 Sep 2024 14:18:40 +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 0000000..35bf725 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,17 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-8804-moved-password-hash-oauth2-to-core as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/core", + "package": "ibexa/core", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-8804-moved-password-hash-oauth2-to-core as 5.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/oauth2-client", + "package": "ibexa/oauth2-client", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file