Closed vannut closed 5 days ago
Is this the right solution? Actually I am not aware that ploi allows to set the PHP version for a specific site, but only globally or has something changed?
Oh yeah, good point. Thanks.
@Kuldas yep, this should be correct indeed!
@Kuldas as long as the server has multiple php versions installed, you have the possibility to change the php version per website:
It's on the 'Settings'-tab off the website.
The example deploy script uses
composer
instead of{SITE_COMPOSER}
. The latter uses the correct PHP version configured for the current website, instead of the global default.