From 782db4093e5f2ba3b04c2e7f039775580215e20a Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Wed, 9 Sep 2026 08:26:08 +0200 Subject: [PATCH] [CI] Added ibexa/design-system-twig as a dev dependency so composer can resolve admin-ui --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e183811..d197aed 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "require-dev": { "ibexa/code-style": "~2.0.0", "ibexa/design-engine": "~6.0.x-dev", + "ibexa/design-system-twig": "~6.0.x-dev", "ibexa/doctrine-schema": "~6.0.x-dev", "ibexa/fieldtype-richtext": "~6.0.x-dev", "ibexa/http-cache": "~6.0.x-dev",