Skip to content

Commit

Permalink
Merge pull request #79 from dbu/patch-1
Browse files Browse the repository at this point in the history
fix dependeny to symfony in composer.json
  • Loading branch information
stof committed Jun 12, 2012
2 parents f100a77 + 7e957b2 commit 410d2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -21,7 +21,8 @@
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"symfony/framework-bundle": "2.1.*",
"symfony/doctrine-bridge": "2.1.*",
"doctrine/dbal": ">=2.2,<2.4-dev"
},
"require-dev": {
Expand Down

0 comments on commit 410d2ec

Please sign in to comment.