Skip to content

Commit

Permalink
Merge pull request #221 from ruudk/patch-1
Browse files Browse the repository at this point in the history
Support Symfony 3.0
  • Loading branch information
willdurand committed Dec 4, 2015
2 parents fd86e56 + 6b91346 commit 6e6ee94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"doctrine/annotations": "~1.0",
"jms/metadata": "~1.1",
"jms/serializer": "~1.0",
"symfony/expression-language": "~2.4"
"symfony/expression-language": "~2.4 || ~3.0"
},
"require-dev": {
"hautelook/frankenstein": "~0.1",
"atoum/atoum": "*@dev",
"phpunit/phpunit": "~3.7",
"symfony/yaml": "~2.0",
"symfony/routing": "~2.0",
"symfony/dependency-injection": "~2.0",
"symfony/yaml": "~2.0 || ~3.0",
"symfony/routing": "~2.0 || ~3.0",
"symfony/dependency-injection": "~2.0 || ~3.0",
"pagerfanta/pagerfanta": "~1.0",
"twig/twig": "~1.12"
},
Expand Down

0 comments on commit 6e6ee94

Please sign in to comment.