Skip to content

Commit 032e654

Browse files
committed
require the XML PHP extension
1 parent 4e2a404 commit 032e654

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20+
"ext-xml": "*",
2021
"doctrine/common": "~2.4",
2122
"paragonie/random_compat": "~1.0",
2223
"symfony/polyfill-apcu": "~1.1",

src/Symfony/Bundle/DebugBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20+
"ext-xml": "*",
2021
"symfony/http-kernel": "~2.6",
2122
"symfony/twig-bridge": "~2.6",
2223
"symfony/var-dumper": "~2.6"

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20+
"ext-xml": "*",
2021
"symfony/security": "~2.7",
2122
"symfony/security-acl": "~2.7",
2223
"symfony/http-kernel": "~2.7"

0 commit comments

Comments
 (0)