Is there any way I can use richarvey/nginx-php-fpm package to deploy a Laravel 12 app with PHP 8.3 support on render? Currently, I’m facing the below issues while running Composer.
The latest version support on richarvey/nginx-php-fpm is PHP 8.2.7 which is causing an issues for me as my app required PHP 8.3
Problem 1
openspout/openspout is locked to version v4.29.1 and an update of this package was not requested.
openspout/openspout v4.29.1 requires php ~8.3.0 || ~8.4.0 → your php version (8.2.7) does not satisfy that requirement.
Problem 2
filament/actions v3.3.5 requires openspout/openspout ^4.23 → satisfiable by openspout/openspout[v4.29.1].
filament/actions is locked to version v3.3.5 and an update of this package was not requested.