diff --git a/doc/04-schema.md b/doc/04-schema.md index 126fe2e0c..e8b164224 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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": {