From bfe5881d0a3c64b72d881916635135a66bc6fde7 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 15 Sep 2026 12:32:58 +0200 Subject: [PATCH] [TMP] Pointed CI at ibexa/test-core#52 6.0 integration test bootstrap fails on SQLite because DatabaseSchemaHook generates DDL with the vanilla Doctrine platform, losing composite primary keys. The fix lives in ibexa/test-core, nothing in this repository changes. dependencies.json makes CI install that branch, so the fix can be proven here before it merges. Generated with ci dependencies:link, must be dropped once ibexa/test-core#52 is merged. Co-Authored-By: Claude Opus 5 --- dependencies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dependencies.json diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 0000000000..f6aa518af8 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,11 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-12603-sqlite-composite-pk as 6.0.x-dev", + "repositoryUrl": "https://github.com/ibexa/test-core", + "package": "ibexa/test-core", + "shouldBeAddedAsVCS": false + } + ] +} \ No newline at end of file