*já usava o mapos antes porem coloquei o php 8 no meu pc e agora não consigo instalar o mapos pq o Composer não roda na pasta raiz do projeto, já viu este erro antes
Está é a mensagem que aparece
Installing dependencies from lock file
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
chillerlan/php-qrcode is locked to version 3.4.0 and an update of this package was not requested.
chillerlan/php-qrcode 3.4.0 requires php ^7.2 -> your php version (8.0.7) does not satisfy that requirement.
Problem 2
chillerlan/php-settings-container is locked to version 1.2.1 and an update of this package was not requested.
chillerlan/php-settings-container 1.2.1 requires php ^7.2 -> your php version (8.0.7) does not satisfy that requirement.
Problem 3
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.7) does not satisfy that requirement.
Problem 4
mpdf/mpdf is locked to version v8.0.11 and an update of this package was not requested.
mpdf/mpdf v8.0.11 requires ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
Problem 5
piggly/php-pix is locked to version 1.2.6 and an update of this package was not requested.
piggly/php-pix 1.2.6 requires ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
To enable extensions, verify that they are enabled in your .ini files:
D:\xampp\php\php.ini
You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.
*já usava o mapos antes porem coloquei o php 8 no meu pc e agora não consigo instalar o mapos pq o Composer não roda na pasta raiz do projeto, já viu este erro antes
Está é a mensagem que aparece
Installing dependencies from lock file 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
To enable extensions, verify that they are enabled in your .ini files:
php --ini
inside terminal to see which files are used by PHP in CLI mode.