Skip to content

Commit 3c9958c

Browse files
committed
minor symfony#23421 require the XML PHP extension (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- require the XML PHP extension | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#22676 (comment), symfony/symfony-standard#1099 | License | MIT | Doc PR | I suggest to either revert symfony#22676 or to be consistent and require the XML extension in all bundles as well as in the `symfony/symfony` package. Commits ------- 032e654 require the XML PHP extension
2 parents 4e2a404 + 032e654 commit 3c9958c

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)