ansistrano-symfony-deploy
ansistrano-symfony-deploy copied to clipboard
Use symfony_php_path to run composer selfupdate
Currently, if you use an OS with only custom PHP executable (e.g., /usr/bin/php81), the command composer selfupdate
fails. This PR uses the variable symfony_php_path
to run that command.