瀏覽代碼

Wording tweaks

Jordi Boggiano 8 年之前
父節點
當前提交
474834e8a9
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      doc/04-schema.md

+ 5 - 1
doc/04-schema.md

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