Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.4.0"

But my website has PHP 8.4.0. Why is the Blog post saying this? Strangly it orevies fine locally, just not when published.

Thanks

Your control panel might say PHP 8.4 as the default but the individual website might be on a lower version. If you are using cPanel this is common.

Create a phpinfo.php page on your website and add the below code:

<?php
phpinfo();
?>

The check that page in the browser to confirm which version of PHP your website is running on.

Thanks, I will do this but it was working fine the last time I checked about 5 days ago. I am using cPanel.

You are correct! It reports 8.3 even though I have upgraded to 8.4. I will contact their support people at exacthosting tomorrow. They really are the pits! I am moving my domains from them 1 by 1 as we speak. It’s a shame, ChillidogHosting were great but of course I understand why they sold…

1 Like