feature #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
This commit is contained in:
Tobias Schultze 2015-11-23 17:09:36 +01:00
commit c6f2b653c5

View File

@ -22,8 +22,6 @@
"psr/log": "~1.0",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php54": "~1.0",
"symfony/polyfill-php55": "~1.0",
"symfony/polyfill-php56": "~1.0",
"symfony/polyfill-php70": "~1.0",
"symfony/polyfill-util": "~1.0"