Hola, buen día estoy tratando de inmstalar un nuevo programa en php en mi pc y me aparece este error [closed]

C:sampphtdocschef>composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - Root composer.json requires php ^7.2.5 but your php version (8.0.6) does not satisfy that requirement.
  Problem 2
    - bacon/bacon-qr-code is locked to version 2.0.0 and an update of this package was not requested.
    - bacon/bacon-qr-code 2.0.0 requires php ^7.1 -> your php version (8.0.6) does not satisfy that requirement.
  Problem 3
    - lcobucci/jwt is locked to version 3.3.3 and an update of this package was not requested.
    - lcobucci/jwt 3.3.3 requires php ^5.6 || ^7.0 -> your php version (8.0.6) does not satisfy that requirement.
  Problem 4
    - simplesoftwareio/simple-qrcode is locked to version 3.0.0 and an update of this package was not requested.
    - simplesoftwareio/simple-qrcode 3.0.0 requires ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
  Problem 5
    - tymon/jwt-auth is locked to version 1.0.2 and an update of this package was not requested.
    - tymon/jwt-auth 1.0.2 requires php ^5.5.9|^7.0 -> your php version (8.0.6) does not satisfy that requirement.
  Problem 6
    - fzaninotto/faker is locked to version v1.9.2 and an update of this package was not requested.
    - fzaninotto/faker v1.9.2 requires php ^5.3.3 || ^7.0 -> your php version (8.0.6) does not satisfy that requirement.

To enable extensions, verify that they are enabled in your .ini files:
    - C:samppphpphp.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.