ansistrano-symfony-deploy icon indicating copy to clipboard operation
ansistrano-symfony-deploy copied to clipboard

Allow ignore composer upgrade

Open piotrkochan opened this issue 3 years ago • 0 comments

Sometimes getcomposer.org is unavailable but role wants to upgrade composer whenever it is already installed or not. This PR adds symfony_composer_upgrade (default true) option which:

  • stats for composer.phar
  • when true: always tries upgrade to symfony_composer_version
  • when false: upgrades to symfony_composer_version only if composer.phar not exists

piotrkochan avatar Oct 13 '21 08:10 piotrkochan