From fb140aa939b9b7ee4ae7504095e013e086c4db41 Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Sat, 13 May 2017 13:09:51 +0100 Subject: [PATCH] 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. --- src/Symfony/Component/Security/Core/composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Component/Security/Core/composer.json b/src/Symfony/Component/Security/Core/composer.json index ab4bc439ad..3e045fb227 100644 --- a/src/Symfony/Component/Security/Core/composer.json +++ b/src/Symfony/Component/Security/Core/composer.json @@ -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",