You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to configure the deploy process, but I can't continue as composer command is failing.
I have a cPanel server, with several php versions. The composer command uses php5.6 as it is the default version, so if I want to execute composer with php7.2 I have to execute composer with the following command:
Hello, I am trying to configure the deploy process, but I can't continue as composer command is failing.
I have a cPanel server, with several php versions. The composer command uses php5.6 as it is the default version, so if I want to execute composer with php7.2 I have to execute composer with the following command:
Using this, composer will not show any error regarding php version being lower than 7 as it is being executed with the php7.2 version.
The problem is that if I configure this command with
remoteComposerBinaryPath
the deploy process fails, as it tries to execut the which command:The text was updated successfully, but these errors were encountered: