Skip to content

Commit

Permalink
Fix 2.2 composer.json to have common and dbal versions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jan 15, 2012
1 parent a37aabb commit 60de86e
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 @@ -14,8 +14,8 @@
"require": {
"php": ">=5.3.2",
"ext-pdo": "*",
"doctrine/common": "master-dev",
"doctrine/dbal": "master-dev"
"doctrine/common": ">=2.2-dev,<2.3-dev",
"doctrine/dbal": ">=2.2-dev,<2.3-dev"
},
"autoload": {
"psr-0": { "Doctrine\\ORM": "lib/" }
Expand Down

0 comments on commit 60de86e

Please sign in to comment.