Skip to content

Commit

Permalink
fix bug in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed May 5, 2014
1 parent 299dff4 commit a767f41
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 @@ -10,8 +10,8 @@
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle" : "~2.1",
"symfony/yaml": "~2.1"
"doctrine/dbal": ">=2.2",
"symfony/yaml": "~2.1",
"doctrine/dbal": ">=2.2"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit a767f41

Please sign in to comment.