mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
1.0 KiB
1.0 KiB
Vendors Recipe
Configuration
composer_action
'install'
composer_options
'--verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader'
bin/composer
Returns Composer binary path in found. Otherwise try to install latest
composer version to .dep/composer.phar
. To use specific composer version
download desired phar and place it at .dep/composer.phar
.
Tasks
deploy:vendors
Installs vendors.