From 8d3740e2e3c7ac5620075c17915f63f11ceed41f Mon Sep 17 00:00:00 2001 From: barbaragr Date: Mon, 25 May 2026 13:50:48 +0200 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 00000000..e303b357 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,23 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-IBX-10731_add_datetime_attributes_for_product_catalog as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/behat", + "package": "ibexa/behat", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-IBX-9094_add_datetime_attributes_for_product_catalog as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/product-catalog-date-time-attribute", + "package": "ibexa/product-catalog-date-time-attribute", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-IBX-9094_add_datetime_attributes_for_product_catalog as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/product-catalog", + "package": "ibexa/product-catalog", + "shouldBeAddedAsVCS": true + } + ] +} \ No newline at end of file