Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb140aa

Browse files
committed
Remove polyfill-util dependancy from security-core
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.
1 parent 489fd07 commit fb140aa

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)