Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
Fixes #43 Symfony 3.0 compatibility
Browse files Browse the repository at this point in the history
We're using this bundle in a Symfony 3 application right now.
  • Loading branch information
nicoschoenmaker committed Feb 9, 2016
1 parent 735c520 commit c239f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}],
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle" : "~2.0"
"symfony/framework-bundle" : "~3.0|~2.0"
},
"require-dev": {
"twig/extensions": "1.0.*",
Expand Down

0 comments on commit c239f35

Please sign in to comment.