your composer dependencies require a php version = 7.2.5 . you are running 7.3 code example
Example: your composer dependencies require a php version ">= 7.3.0"
Project or global composer.json file
{
"config": {
"platform-check": false
}
}
Project or global composer.json file
{
"config": {
"platform-check": false
}
}