Skip to content

Commit

Permalink
Merge pull request #3 from garak/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 3
  • Loading branch information
dmaicher committed Mar 20, 2016
2 parents 6ab942b + 884f1dc commit 9952599
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 @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.5.0",
"symfony/symfony": "~2.3",
"symfony/symfony": "~2.3|~3.0",
"doctrine/doctrine-bundle": "~1.4",
"phpunit/phpunit": "~4.1"
},
Expand Down

0 comments on commit 9952599

Please sign in to comment.