Search code examples
composer-phpcloudcontrol

cloudControl - PHP: (temporarily) disable composer


I am happily developing a PHP app using Composer on cloudControl. It's great how it is integrated into the deployment procedure. However, there's no need for Composer to update on every deploy.

Is it possible to (temporarily) disable Composer, per deployment?

Thanks in advance.


Solution

  • I am not entirely familiar with how cloudControl integrated Composer, but ideally you run should composer update when you see fit, and then commit your composer.lock file, and they would run composer install on every deploy.