Skip to content

Commit c6f2b65

Browse files
committed
feature symfony#16637 [3.0] Removed unneeded polyfill (GrahamCampbell)
This PR was merged into the 3.0-dev branch. Discussion ---------- [3.0] Removed unneeded polyfill | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Surely we don't need these on 3.x? Commits ------- 42c9a48 Removed unneeded polyfill from the master
2 parents 45fe468 + 42c9a48 commit c6f2b65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

composer.json

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
"psr/log": "~1.0",
2323
"symfony/polyfill-intl-icu": "~1.0",
2424
"symfony/polyfill-mbstring": "~1.0",
25-
"symfony/polyfill-php54": "~1.0",
26-
"symfony/polyfill-php55": "~1.0",
2725
"symfony/polyfill-php56": "~1.0",
2826
"symfony/polyfill-php70": "~1.0",
2927
"symfony/polyfill-util": "~1.0"

0 commit comments

Comments
 (0)