From 5c2df001dd9a49394a4b2d5ec12ff603fd349403 Mon Sep 17 00:00:00 2001 From: JamesRezo Date: Thu, 3 Dec 2015 09:57:13 +0100 Subject: [PATCH] add notify-batch in schema --- doc/articles/handling-private-packages-with-satis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index 73b50800e..0ce4123a3 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -309,3 +309,4 @@ Dev dependencies are packaged only if the `require-dev-dependencies` parameter i if not provided as an argument when calling the `build` command. * `config`: optional, lets you define all config options from composer, except `archive-format` and `archive-dir` as the configuration is done through [archive](#downloads) instead. See (http://getcomposer.org/doc/04-schema.md#config) + * `notify-batch`: optional, specify a URL that will be called every time a user installs a package. See (https://getcomposer.org/doc/05-repositories.md#notify-batch)