From d893ccaf0a11a7d915d07521627321d5c2f320f0 Mon Sep 17 00:00:00 2001 From: Dawid Parafinski Date: Wed, 9 Sep 2026 13:52:50 +0200 Subject: [PATCH] IBX-12046: Removed Symfony 8 deprecated code usage Removed the unused symfony/templating dependency (Twig is already provided via ibexa/core); no direct usages of Symfony\Component\Templating existed in src or tests, only the unrelated Ibexa\DesignEngine\Templating namespace. Full static scan for other Symfony 8 deprecation patterns (Request::get(), voters, constraints, Twig extension/loader return types, etc.) found no further matches in this repo. Unit suite passes with 0 direct/indirect/self deprecations under symfony/phpunit-bridge; PHPStan and CS clean. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index d49dc4a..5803da0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "symfony/finder": "^7.4", "symfony/http-foundation": "^7.4", "symfony/http-kernel": "^7.4", - "symfony/templating": "^6.4", "twig/twig": "^3.0" }, "require-dev": {