فهرست منبع

Merge pull request #3010 from dmoreaulf/patch-1

adding doc entry for composer/satis's PR 118
Jordi Boggiano 10 سال پیش
والد
کامیت
5915747a0a
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      doc/articles/handling-private-packages-with-satis.md

+ 4 - 1
doc/articles/handling-private-packages-with-satis.md

@@ -192,9 +192,12 @@ to your `satis.json`:
 
 
 ```json
 ```json
 {
 {
-    "require-dependencies": true
+    "require-dependencies": true,
+    "require-dev-dependencies": true
 }
 }
 ```
 ```
 
 
 When searching for packages, satis will attempt to resolve all the required packages from the listed repositories.
 When searching for packages, satis will attempt to resolve all the required packages from the listed repositories.
 Therefore, if you are requiring a package from Packagist, you will need to define it in your `satis.json`.
 Therefore, if you are requiring a package from Packagist, you will need to define it in your `satis.json`.
+
+Dev dependencies are packaged only if the `require-dev-dependencies` parameter is set to true.