소스 검색

Wording tweaks

Jordi Boggiano 7 년 전
부모
커밋
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.
 
 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
 {
     "require": {