From 6fe2ad05586af1044276136e0a03d174d90b185c Mon Sep 17 00:00:00 2001 From: Flug Date: Tue, 9 May 2017 10:21:02 +0200 Subject: [PATCH] [FrameworkBundle] Adding the extension XML required by XmlUtils and not installed by default --- src/Symfony/Bundle/FrameworkBundle/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 9ed3b0807d97..ad1560ad179e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -17,6 +17,7 @@ ], "require": { "php": ">=5.3.9", + "ext-xml": "*", "symfony/asset": "~2.7", "symfony/dependency-injection": "^2.6.2", "symfony/config": "~2.4",