Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- azjezz/psl is locked to version 2.8.0 and an update of this package was not requested.
- azjezz/psl 2.8.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
Problem 2
- azjezz/psl 2.8.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
- roave/backward-compatibility-check 8.4.0 requires azjezz/psl ^2.3.1 -> satisfiable by azjezz/psl[2.8.0].
- roave/backward-compatibility-check is locked to version 8.4.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- C:\tools\php\php.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-intl` to temporarily ignore these required extensions.