- Issue created by @joao.ramos.costa
- Status changed to Needs review
2 months ago 10:38am 13 September 2024 - 🇵🇹Portugal joao.ramos.costa
Hi @ananya.k,
The patch fixes the issue, but we can't move without it is applied upstream.
For instance a tool like cweagans/composer-patches will only apply patch after module installation.For those who might be stucked a workaround can be an alias:
ie
"twig/twig": "3.14 as 3.10.3",
https://getcomposer.org/doc/articles/aliases.md#require-inline-alias - 🇷🇺Russia Chi
For those who might be stucked
The currently used constraint should not block you from using twig/twig v3.14.0
https://semver.madewithlove.com/?package=twig%2Ftwig&constraint=%5E3.10.3
- Status changed to Closed: works as designed
2 months ago 1:11pm 13 September 2024 - 🇵🇹Portugal joao.ramos.costa
Hi @chi,
of course 🤦🏽♂️, it works and updates without any problems.
Closing as it oesn't make sense.Thanks