Skip to content
Snippets Groups Projects
Commit 9e8b8b3e authored by Herman van Rink's avatar Herman van Rink
Browse files

Add API docs for the new options

parent 153d4510
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,17 @@
* avoid having restores error out during operations such as cloning, migrating, and restoring from
* backup. Default is FALSE.
*
* provision_composer_install_platforms
* Run composer install during a platform's verify task.
* Default is TRUE.
*
* provision_composer_install_command
* The composer command to run on platform verify.
* Default is 'composer install --no-interaction --no-progress --no-dev'.
*
* provision_composer_install_platforms_verify_always
* Run composer install even if the vendor dir already extsts.
* Default is TRUE.
*/
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment