Skip to content

Commit

Permalink
Merge pull request #4 from M6Web/fix/sf3-composer-compat
Browse files Browse the repository at this point in the history
Add sf3 compat for expression language
  • Loading branch information
lucascourot authored Oct 19, 2016
2 parents 9e9d0f6 + fb1e0fe commit 09aa4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"require": {
"php": ">=5.4",
"symfony/monolog-bundle": "2.*",
"symfony/expression-language": "~2.3"
"symfony/expression-language": "~2.3|~3.0"
},
"require-dev": {
"atoum/atoum": "dev-master",
"symfony/yaml": "~2.3"
"symfony/yaml": "~2.3|~3.0"
},
"autoload": {
"psr-0": { "": "src/" }
Expand Down

0 comments on commit 09aa4ef

Please sign in to comment.