1
0
Fork 0

adding doc entry for composer/satis's PR 118

https://github.com/composer/satis/pull/118/commits
pull/3010/head
dmoreaulf 2014-05-23 10:05:00 +02:00
parent a115cfd0d8
commit f5f6e5eaac
1 changed files with 4 additions and 1 deletions

View File

@ -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.