bug #4027 Require correct twig core version (Benedikt-Brunner)

This PR was merged into the 3.x branch.

Discussion
----------

Require correct twig core version

This changes the composer version constraint of the internationalisation extension on the core twig library, to require atleast version 3.9.0. This is necessary since twig/intl-extra now depends on CoreExtension::dateConverter() which was only introduced with the release of version 3.9 (see: twigphp/Twig@54d34b9).

Commits
-------

5d903b63 Require correct twig core version
This commit is contained in:
Fabien Potencier
2024-04-17 08:45:04 -04:00
+1 -1
View File
@@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.2.5",
"twig/twig": "^3.0",
"twig/twig": "^3.9",
"symfony/intl": "^5.4|^6.4|^7.0"
},
"require-dev": {