Using Ubuntu 22.04. Wanting to use OLS with PHP 8.2 & Maria 10.11. One of my apps requires the use of composer. However, all I can find is installing it by pre-installing php-cli, which then creates a separate instance of php outside of OLS. This leads to confusion and broken packages, a real mess. I would up have to wipe the server and staring over.
Is there a way to install composer without using PHP-cli, so that my instance of PHP is authoritative within OLS and can be called by all apps? If so, how?
Is there a way to install composer without using PHP-cli, so that my instance of PHP is authoritative within OLS and can be called by all apps? If so, how?