root composer.json requires php ^7.1.3 but your php version (8.0.3) does not satisfy that requirement.
On Mac using Home Brew, you can switch php versions easily:
brew unlink php@8.0
brew link php@7.1
Or follow the upgrade path to get your app to support the newer php version