xxxxxxxxxx
// Add this flag to the ...
--ignore-platform-req=php+
// Example:
composer install --ignore-platform-req=php+
// OR
composer update --ignore-platform-req=php+
// OR
composer require --ignore-platform-req=php+
// OR ...