I have a weird error...Deploy not working with a custom domain

ERROR:

Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 7.2.5”.


I have this error and I really don’t know what the problem is…

You can check for yourself: www.huenft.com

unrivaled-sable-609300.netlify.app

Everything seems fine… The website works on local and with the basic netlify domain:

unrivaled-sable-609300.netlify.app

Did you check what versions of PHP you were using? It should be greater than 7.2.5.

I don’t see any error on the website, using either the netlify.app or custom domain.

As PHP is not available at runtime and only at build time, this error would (should) only appear in the build logs.

1 Like