Skip to content

Commit

Permalink
Made composer.json compatible with SF 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Nov 19, 2015
1 parent 5a6e0a2 commit 4e909f2
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 @@ -13,8 +13,8 @@
"require": {
"php": ">=5.4.0",
"doctrine/dbal": "~2.2",
"symfony/yaml": "~2.3",
"symfony/console": "~2.3"
"symfony/yaml": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0"
},
"require-dev": {
"doctrine/orm": "2.*",
Expand Down

0 comments on commit 4e909f2

Please sign in to comment.