Skip to content

Commit

Permalink
Fixing dependencies as of latest doctrine tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 11, 2012
1 parent a308da6 commit 57ea94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Installation of this module uses composer. For composer documentation, please re

```json
{
"minimum-stability": "dev",
"minimum-stability": "alpha",
"require": {
"doctrine/doctrine-orm-module": "dev-master"
"doctrine/doctrine-orm-module": "0.*"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"require": {
"php": ">=5.3.3",
"doctrine/doctrine-module": "dev-master",
"doctrine/doctrine-module": "0.*",
"doctrine/orm": ">=2.3-dev,<2.5-dev",
"doctrine/dbal": ">=2.3-dev,<2.5-dev",
"doctrine/migrations": "dev-master",
Expand All @@ -45,7 +45,7 @@
"suggest": {
"zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development"
},
"minimum-stability": "dev",
"minimum-stability": "alpha",
"autoload": {
"psr-0": {
"DoctrineORMModule\\": "src/",
Expand Down

0 comments on commit 57ea94d

Please sign in to comment.