Skip to content

Commit

Permalink
Merge pull request #19 from fabiocarneiro/patch-1
Browse files Browse the repository at this point in the history
allow doctrine-mongo-odm-module 0.9
  • Loading branch information
Danielss89 committed Apr 4, 2015
2 parents 169ecdc + 9ec0a7b commit b7baa08
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 @@ -22,7 +22,7 @@
"require": {
"php": ">=5.3.3",
"zf-commons/zfc-user": "0.*",
"doctrine/doctrine-mongo-odm-module": "0.8.*"
"doctrine/doctrine-mongo-odm-module": "~0.8"
},
"extra": {
"branch-alias": {
Expand All @@ -37,4 +37,4 @@
"./"
]
}
}
}

0 comments on commit b7baa08

Please sign in to comment.