Remove PHP 8.1 polyfill

Not needed when the Twig 4 requires 8.2.
This commit is contained in:
Ruud Kamphuis
2024-11-22 19:18:22 +01:00
committed by GitHub
parent 492e27e1b4
commit 077d7a54b6
+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",