1
0
Fork 0

Wording tweaks

pull/6541/head
Jordi Boggiano 2017-08-07 10:57:15 +02:00 committed by GitHub
parent 1d66852c6e
commit 474834e8a9
1 changed files with 5 additions and 1 deletions

View File

@ -290,7 +290,11 @@ If one of your dependencies has a dependency on an unstable package you need to
explicitly require it as well, along with its sufficient stability flag.
Example:
"doctrine/doctrine-fixtures-bundle" requires "doctrine/data-fixtures":"dev-master" so inside the root-composer.json you need:
Assuming `doctrine/doctrine-fixtures-bundle` requires `"doctrine/data-fixtures": "dev-master"`
then inside the root composer.json you need to add the second line below to allow dev
releases for the `doctrine/data-fixtures` package :
```json
{
"require": {