Skip to content

Commit

Permalink
Updage changelog and minimum compatibility versions for moving comman…
Browse files Browse the repository at this point in the history
…d twig:lint
  • Loading branch information
GromNaN committed Dec 29, 2013
1 parent 8861f9c commit b8bd4aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/Symfony/Bridge/Twig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.5.0
-----

* added command `twig:lint` from `TwigBundle`

2.4.0
-----

Expand Down
5 changes: 5 additions & 0 deletions src/Symfony/Bundle/TwigBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.5.0
-----

* moved `LintCommand` to the Twig bridge and register it as a service

2.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/TwigBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/twig-bridge": "~2.2",
"symfony/twig-bridge": "~2.5",
"symfony/http-kernel": "~2.1"
},
"require-dev": {
Expand Down

0 comments on commit b8bd4aa

Please sign in to comment.