Skip to content

Commit

Permalink
Merge pull request #450 from doctrine/feature/stable-doctrine-module
Browse files Browse the repository at this point in the history
Use stable release for DoctrineModule
  • Loading branch information
Gianluca Arbezzano committed Feb 1, 2016
2 parents 34147cf + f12400c commit 0bd8b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,7 +33,7 @@
],
"require": {
"php": ">=5.4",
"doctrine/doctrine-module": "~0.8",
"doctrine/doctrine-module": "~1.0",
"doctrine/orm": ">=2.5,<2.7",
"doctrine/dbal": ">=2.4,<2.7",
"zendframework/zend-stdlib": "~2.3",
Expand Down

0 comments on commit 0bd8b3b

Please sign in to comment.