Преглед на файлове

Add fields to sample satis config

Jordi Boggiano преди 13 години
родител
ревизия
e982c19bdb
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      doc/articles/handling-private-packages-with-satis.md

+ 2 - 0
doc/articles/handling-private-packages-with-satis.md

@@ -23,6 +23,8 @@ uses `"require-all": true` which selects all versions of all packages in the
 repositories you defined.
 
     {
+        "name": "My Repository",
+        "homepage": "http://packages.example.org",
         "repositories": [
             { "type": "vcs", "url": "http://github.com/mycompany/privaterepo" },
             { "type": "vcs", "url": "http://svn.example.org/private/repo" },