Add fields to sample satis config
parent
b356c30c5c
commit
e982c19bdb
|
@ -23,6 +23,8 @@ uses `"require-all": true` which selects all versions of all packages in the
|
||||||
repositories you defined.
|
repositories you defined.
|
||||||
|
|
||||||
{
|
{
|
||||||
|
"name": "My Repository",
|
||||||
|
"homepage": "http://packages.example.org",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{ "type": "vcs", "url": "http://github.com/mycompany/privaterepo" },
|
{ "type": "vcs", "url": "http://github.com/mycompany/privaterepo" },
|
||||||
{ "type": "vcs", "url": "http://svn.example.org/private/repo" },
|
{ "type": "vcs", "url": "http://svn.example.org/private/repo" },
|
||||||
|
|
Loading…
Reference in New Issue