minor #4468 Remove PHP 8.1 polyfill (ruudk)

This PR was merged into the 4.x branch.

Discussion
----------

Remove PHP 8.1 polyfill

Not needed when the Twig 4 requires 8.2.

Commits
-------

077d7a54b6 Remove PHP 8.1 polyfill
This commit is contained in:
Fabien Potencier
2024-11-25 09:21:21 +01:00
+1 -2
View File
@@ -27,8 +27,7 @@
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php81": "^1.29"
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"psr/container": "^1.0|^2.0",