- Issue created by @sapinva
Found that twig_extensions is not compatible with 10.2.2, which is not obvious. Removed and it's fine.
- Status changed to Closed: won't fix
5 months ago 12:36pm 15 August 2024
After upgrade, get...
Class Twig_Extension not found in include() modules/devel/src/Twig/Extension/Debug.php
After trying all combinations of versions, the closest I can get is this:
composer update --dry-run --ignore-platform-req=ext-xmlwriter -W
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires twig/extensions ^1.5 -> satisfiable by twig/extensions[v1.5.0, ..., 1.x-dev].
- twig/extensions[v1.5.0, ..., 1.x-dev] require twig/twig ^1.27|^2.0 -> found twig/twig[v1.27.0, ..., 1.x-dev, v2.0.0, ..., 2.x-dev] but it conflicts with your root composer.json require (3.8.0).
Upgrade from 9.5.11 to 10.2.2 with twig_tweak module
Closed: won't fix
Code
Found that twig_extensions is not compatible with 10.2.2, which is not obvious. Removed and it's fine.