浏览代码

Merge pull request #6541 from aicma/patch-1

Update 04-schema.md
Jordi Boggiano 7 年之前
父节点
当前提交
59c06fc438
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/04-schema.md

+ 4 - 0
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": {