Skip to content

Commit

Permalink
bug #22676 [FrameworkBundle] Adding the extension XML (flug)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed May 9, 2017
2 parents 62cb443 + 6fe2ad0 commit 71efe3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Bundle/FrameworkBundle/composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit 71efe3f

Please sign in to comment.