Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- league/flysystem-local is locked to version 3.28.0 and an update of this package was not requested.
- league/flysystem-local 3.28.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 2
- league/mime-type-detection is locked to version 1.15.0 and an update of this package was not requested.
- league/mime-type-detection 1.15.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 3
- phpoffice/phpspreadsheet is locked to version 1.29.0 and an update of this package was not requested.
- phpoffice/phpspreadsheet 1.29.0 requires ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension.
Problem 4
- sabberworm/php-css-parser is locked to version v8.5.1 and an update of this package was not requested.
- sabberworm/php-css-parser v8.5.1 requires ext-iconv * -> it is missing from your system. Install or enable PHP's iconv extension.
Problem 5
- zanysoft/laravel-zip is locked to version dev-laravel-11 and an update of this package was not requested.
- zanysoft/laravel-zip dev-laravel-11 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 6
- phar-io/manifest is locked to version 2.0.4 and an update of this package was not requested.
- phar-io/manifest 2.0.4 requires ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
Problem 7
- phpunit/php-code-coverage is locked to version 10.1.14 and an update of this package was not requested.
- phpunit/php-code-coverage 10.1.14 requires ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
Problem 8
- phpunit/phpunit is locked to version 10.5.20 and an update of this package was not requested.
- phpunit/phpunit 10.5.20 requires ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
Problem 9
- theseer/tokenizer is locked to version 1.2.3 and an update of this package was not requested.
- theseer/tokenizer 1.2.3 requires ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
Problem 10
- sabberworm/php-css-parser v8.5.1 requires ext-iconv * -> it is missing from your system. Install or enable PHP's iconv extension.
- phenx/php-svg-lib 0.5.4 requires sabberworm/php-css-parser ^8.4 -> satisfiable by sabberworm/php-css-parser[v8.5.1].
- phenx/php-svg-lib is locked to version 0.5.4 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.3/cli/php.ini
- /etc/php/8.3/cli/conf.d/10-opcache.ini
- /etc/php/8.3/cli/conf.d/10-pdo.ini
- /etc/php/8.3/cli/conf.d/15-xml.ini
- /etc/php/8.3/cli/conf.d/20-bcmath.ini
- /etc/php/8.3/cli/conf.d/20-ctype.ini
- /etc/php/8.3/cli/conf.d/20-curl.ini
- /etc/php/8.3/cli/conf.d/20-dom.ini
- /etc/php/8.3/cli/conf.d/20-gd.ini
- /etc/php/8.3/cli/conf.d/20-imagick.ini
- /etc/php/8.3/cli/conf.d/20-mbstring.ini
- /etc/php/8.3/cli/conf.d/20-phar.ini
- /etc/php/8.3/cli/conf.d/20-tokenizer.ini
- /etc/php/8.3/cli/conf.d/20-zip.ini
- /etc/php/8.3/cli/conf.d/99-pecl.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-fileinfo --ignore-platform-req=ext-iconv --ignore-platform-req=ext-zip --ignore-platform-req=ext-xmlwriter` to temporarily ignore these required extensions.