1
0
Fork 0

Merge pull request #6541 from aicma/patch-1

Update 04-schema.md
pull/6578/merge
Jordi Boggiano 2017-08-07 10:57:26 +02:00 committed by GitHub
commit 59c06fc438
1 changed files with 4 additions and 0 deletions

View File

@ -291,6 +291,10 @@ explicitly require it as well, along with its sufficient stability flag.
Example:
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": {