[Solved] Composer detected issues in your platform: Your Composer dependencies require a PHP version

Hello I have the error "Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 7.4.0”. "
while I’m in PHP 8.1

Do you have a solution to this problem?

Best regards

I tested the creation of a composer.json file with exclusive content: “{ “config”: { “platform-check”: false } }” but it doesn’t change anything, I still have the mistake.

I am hosted at OVH Pro in “PHP 8.1 stable64”

I found the problem ; it was my file .ovhconfig on line 2:

app.engine=php
app.engine.version=8.1
http.firewall=none
environment=production
container.image=stable

Because of this : [Solved] problem with the "+" button to add tasks, which refuses to work · Issue #4846 · kanboard/kanboard · GitHub