Skip to content

Commit

Permalink
Doctrine 2.5 is out! Composer still needs min-stability dev because o…
Browse files Browse the repository at this point in the history
…f doctrine/migrations
  • Loading branch information
Guido Contreras Woda committed Apr 6, 2015
1 parent 99b48f4 commit bdf1238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Begin reading [the full documentation](https://github.com/mitchellvanw/laravel-d

## Caveats

At the moment Doctrine\ORM version 2.5 is still in beta. As a result the composer install may require you to change
At the moment Doctrine\migrations version 1.0 is still in alpha. As a result the composer install may require you to change
the `minimum-stability` in your `composer.json` to `dev`.

If you don't want to affect the stability of the rest of the packages, you can add the following property in your `composer.json`:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"Tests\\": "tests/"
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit bdf1238

Please sign in to comment.