1
0
Fork 0

Update 04-schema.md

Added line to try and clarify, that any dev/non-minimum-stability Requirement needs to be added to root composer.json as well.
pull/6541/head
Alex Mersdorf 2017-07-10 14:27:01 +02:00 committed by GitHub
parent 17b7387c37
commit 1d66852c6e
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ 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:
```json
{
"require": {