浏览代码

Satis configuration file description

Better upfront description of what a Satis configuration file actually is. Was previously not clear the name didn't matter until further down.
Jeff Turcotte 12 年之前
父节点
当前提交
f6059890b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/handling-private-packages-with-satis.md

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

@@ -13,7 +13,7 @@ your own. It basically acts as a micro-packagist. You can get it from
 
 
 For example let's assume you have a few packages you want to reuse across your
 For example let's assume you have a few packages you want to reuse across your
 company but don't really want to open-source. You would first define a Satis
 company but don't really want to open-source. You would first define a Satis
-configuration file, which is basically a stripped-down version of a
+configuration, a json file with an arbitrary name that is basically a stripped-down version of a
 `composer.json` file. It contains a few repositories, and then you use the require
 `composer.json` file. It contains a few repositories, and then you use the require
 key to say which packages it should dump in the static repository it creates, or
 key to say which packages it should dump in the static repository it creates, or
 use require-all to select all of them.
 use require-all to select all of them.