Skip to content

Commit

Permalink
Updated the composer.json constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Apr 20, 2012
1 parent 9e8d3b4 commit 018cfd8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -22,10 +22,13 @@
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"doctrine/dbal": ">=2.1.0"
"doctrine/dbal": "2.2.*"
},
"require-dev": {
"doctrine/orm": "2.2.*"
},
"suggest": {
"doctrine/orm": ">=2.1.0"
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle."
},
"autoload": {
"psr-0": { "Doctrine\\Bundle\\DoctrineBundle": "" }
Expand Down

0 comments on commit 018cfd8

Please sign in to comment.