Skip to content

Commit

Permalink
Make mongodb-odm dependency more flexible
Browse files Browse the repository at this point in the history
To paraphrase @stof's comment in 8d68dc9, "master@dev" is inferior to "@dev" (effectively "*@dev"), as "@dev" would allow use of a stable version once released.
  • Loading branch information
jmikola committed Jul 9, 2012
1 parent 73223d8 commit 1127cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/mongodb-odm": "master@dev",
"doctrine/mongodb-odm": "@dev",
"symfony/symfony": "2.0.*"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 1127cae

Please sign in to comment.