Skip to content

Commit

Permalink
Merge pull request #234 from boast/patch-1
Browse files Browse the repository at this point in the history
Fixed composer.json to support SF3
  • Loading branch information
GuilhemN committed Feb 3, 2016
2 parents 9ef5403 + dc3a375 commit ea47960
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 @@ -13,7 +13,7 @@
],
"require": {
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/routing": "~2.3",
"symfony/routing": "~2.3|~3.0",
"symfony/http-kernel": "^2.3.24|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0",
Expand Down

0 comments on commit ea47960

Please sign in to comment.