Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c9958c

Browse filesBrowse files
committed
minor #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 | #22676 (comment), symfony/symfony-standard#1099 | License | MIT | Doc PR | I suggest to either revert #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
Copy full SHA for 3c9958c

File tree

3 files changed

+3
-0
lines changed
Filter options

3 files changed

+3
-0
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DebugBundle/composer.json
+1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.