Skip to content

Commit 71efe3f

Browse files
committed
bug #22676 [FrameworkBundle] Adding the extension XML (flug)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #22676). Discussion ---------- [FrameworkBundle] Adding the extension XML | Q | A | ------------- | --- | Branch? | <3.3 | Bug fix? | yes | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> ![XmlUtils](https://cloud.githubusercontent.com/assets/1810304/25841740/9b655036-34a1-11e7-9d1e-a23928b8ed17.png) This pull request is referenced on ![symfony/skeleton](symfony/skeleton#7) <!-- - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> Commits ------- 6fe2ad0 [FrameworkBundle] Adding the extension XML
2 parents 62cb443 + 6fe2ad0 commit 71efe3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/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/asset": "~2.7",
2122
"symfony/dependency-injection": "^2.6.2",
2223
"symfony/config": "~2.4",

0 commit comments

Comments
 (0)