minor #22709 [Security] Remove polyfill-util dependancy from security-core (BPScott)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[Security] Remove polyfill-util dependancy from security-core

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Security-core no longer directly depends upon polyfill-util since #16382.

This does not change the existing dependancy tree as polyfill-util is
transitivly depended on via polyfill-php56.

Commits
-------

fb140aa939 Remove polyfill-util dependancy from security-core
This commit is contained in:
Fabien Potencier 2017-05-13 07:15:20 -07:00
commit 76190ab8c2

View File

@ -17,8 +17,7 @@
],
"require": {
"php": ">=5.5.9",
"symfony/polyfill-php56": "~1.0",
"symfony/polyfill-util": "~1.0"
"symfony/polyfill-php56": "~1.0"
},
"require-dev": {
"symfony/event-dispatcher": "~2.8|~3.0",