Skip to content

Commit 1cd321e

Browse files
committed
minor symfony#43955 [TwigBundle] Remove php 8.0 polyfill (derrabus)
This PR was merged into the 6.0 branch. Discussion ---------- [TwigBundle] Remove php 8.0 polyfill | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A We require PHP 8.0, so we shouldn't need the polyfill. Commits ------- 4cb20b9 [TwigBundle] Remove php 8.0 polyfill
2 parents a5504e7 + 4cb20b9 commit 1cd321e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"symfony/http-foundation": "^5.4|^6.0",
2424
"symfony/http-kernel": "^5.4|^6.0",
2525
"symfony/polyfill-ctype": "~1.8",
26-
"symfony/polyfill-php80": "^1.16",
2726
"twig/twig": "^2.13|^3.0.4"
2827
},
2928
"require-dev": {

0 commit comments

Comments
 (0)