Skip to content

Commit

Permalink
Merge pull request #8 from xabbuh/symfony-3.0
Browse files Browse the repository at this point in the history
Symfony 3.0 compatibility
  • Loading branch information
xabbuh committed Dec 7, 2015
2 parents aa786fa + 6785eec commit d8cd43a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

1.2.1
-----

* compatibility with Symfony 3.0 components

1.2.0
-----

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": ">=5.3.0",
"guzzle/guzzle": "~3.7",
"symfony/http-foundation": "~2.2",
"symfony/serializer": "~2.2"
"symfony/http-foundation": "~2.2|~3.0",
"symfony/serializer": "~2.2|~3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d8cd43a

Please sign in to comment.