Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- codedge/laravel-selfupdater is locked to version 1.4.3 and an update of this package was not requested.
- codedge/laravel-selfupdater 1.4.3 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
Problem 2
- doctrine/cache is locked to version v1.6.2 and an update of this package was not requested.
- doctrine/cache v1.6.2 requires php ~5.5|~7.0 -> your php version (8.2.10) does not satisfy that requirement.
Problem 3
- doctrine/inflector is locked to version v1.2.0 and an update of this package was not requested.
- doctrine/inflector v1.2.0 requires php ^7.0 -> your php version (8.2.10) does not satisfy that requirement.
Problem 4
- mews/purifier is locked to version 3.2.2 and an update of this package was not requested.
- mews/purifier 3.2.2 requires php ^7.2 -> your php version (8.2.10) does not satisfy that requirement.
Problem 5
- spatie/laravel-activitylog is locked to version 2.7.0 and an update of this package was not requested.
- spatie/laravel-activitylog 2.7.0 requires php ^7.0 -> your php version (8.2.10) does not satisfy that requirement.
Problem 6
- webklex/laravel-imap is locked to version 1.2.7 and an update of this package was not requested.
- webklex/laravel-imap 1.2.7 requires ext-imap * -> it is missing from your system. Install or enable PHP's imap extension.
Problem 7
- doctrine/annotations is locked to version v1.4.0 and an update of this package was not requested.
- doctrine/annotations v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.2.10) does not satisfy that requirement.
Problem 8
- doctrine/collections is locked to version v1.4.0 and an update of this package was not requested.
- doctrine/collections v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.2.10) does not satisfy that requirement.
Problem 9
- 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.2.10) does not satisfy that requirement.
Problem 10
- webmozart/assert is locked to version 1.3.0 and an update of this package was not requested.
- webmozart/assert 1.3.0 requires php ^5.3.3 || ^7.0 -> your php version (8.2.10) does not satisfy that requirement.
Problem 11
- doctrine/inflector v1.2.0 requires php ^7.0 -> your php version (8.2.10) does not satisfy that requirement.
- laravel/framework v5.5.40 requires doctrine/inflector ~1.1 -> satisfiable by doctrine/inflector[v1.2.0].
- laravel/framework is locked to version v5.5.40 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/conf.d/docker-php-ext-sodium.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-zip --ignore-platform-req=ext-imap` to temporarily ignore these required extensions.