8000 minor #22709 [Security] Remove polyfill-util dependancy from security… · symfony/symfony@76190ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 76190ab

Browse files
committed
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 ------- fb140aa Remove polyfill-util dependancy from security-core
2 parents d975419 + fb140aa commit 76190ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/Security/Core/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.5.9",
20-
"symfony/polyfill-php56": "~1.0",
21-
"symfony/polyfill-util": "~1.0"
20+
"symfony/polyfill-php56": "~1.0"
2221
},
2322
"require-dev": {
2423
"symfony/event-dispatcher": "~2.8|~3.0",

0 commit comments

Comments
 (0)
0