mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
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:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user