Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldvdlp committed Dec 4, 2015
2 parents a918451 + 38d6c0d commit 2004c5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.2
* Add support for Symfony 3.0

## 1.0.1
* Update code style
* Removed `encoding` configuration parameter
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=5.3.0",
"ext-mbstring": "*",
"symfony/framework-bundle": ">=2.3,<3.0",
"symfony/framework-bundle": "~2.3|~3.0",
"twig/twig": "~1.20|~2.0",
"danielstjules/stringy": "~2.0"
},
Expand Down

0 comments on commit 2004c5d

Please sign in to comment.