Просмотр исходного кода

Update 04-schema.md

Added line to try and clarify, that any dev/non-minimum-stability Requirement needs to be added to root composer.json as well.
Alex Mersdorf 8 лет назад
Родитель
Сommit
1d66852c6e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -290,7 +290,7 @@ 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:
 ```json
 ```json
 {
 {
     "require": {
     "require": {