add notify-batch in schema
parent
feefd51565
commit
5c2df001dd
|
@ -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.
|
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
|
* `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)
|
(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)
|
||||||
|
|
Loading…
Reference in New Issue