Skip to content

Commit

Permalink
Merge pull request #35 from dekalee/feature/symfony3
Browse files Browse the repository at this point in the history
Modify expression-language requirement to be compatible with sf3
  • Loading branch information
bytehead committed Nov 1, 2016
2 parents ab27175 + 0729fd8 commit 8563c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"symfony/framework-bundle": ">=2.2",
"symfony/security-bundle": ">=2.2",
"symfony/expression-language": "~2.4",
"symfony/expression-language": ">=2.4",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2"
Expand Down

0 comments on commit 8563c4a

Please sign in to comment.