1
0
Fork 0

Remove fenced block

pull/2931/head
Jordi Boggiano 2014-04-16 17:23:42 +02:00
parent 3251f9f1aa
commit cfed93287c
1 changed files with 4 additions and 5 deletions

View File

@ -178,11 +178,10 @@ It is possible to make satis automatically resolve and add all dependencies for
with the Downloads functionality to have a complete local mirror of packages. Just add the following with the Downloads functionality to have a complete local mirror of packages. Just add the following
to your `satis.json`: to your `satis.json`:
```
{ {
"require-dependencies": true "require-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`.