Skip to content

Commit

Permalink
Lower minimum version, covers PR#4.
Browse files Browse the repository at this point in the history
  • Loading branch information
djlambert committed Jan 23, 2013
1 parent efa73ca commit a19e028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"license": "MIT",
"require": {
"doctrine/orm": ">=2.2"
"doctrine/orm": ">=2.1"
},
"require-dev": {
"doctrine/common": "dev-master",
"doctrine/dbal": "dev-master"
"doctrine/common": ">=2.1",
"doctrine/dbal": ">=2.1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit a19e028

Please sign in to comment.