Skip to content

Commit

Permalink
bug #4027 Require correct twig core version (Benedikt-Brunner)
Browse files Browse the repository at this point in the history
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: 54d34b9).

Commits
-------

5d903b6 Require correct twig core version
  • Loading branch information
fabpot committed Apr 17, 2024
2 parents 0b4269e + 5d903b6 commit 2d169bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/intl-extra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2d169bd

Please sign in to comment.