Когда запускаю юнит тесты через терминал выдает ошибку:
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
- symfony/flex is locked to version v1.4.6 and an update of this package was not requested.
- symfony/flex v1.4.6 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
ERROR: Job failed: exit code 1
FATAL: exit code 1
Устанавливал новую версию плагина через терминал;
Указывал версию плагина вручную, потом обновлял composer.json и composer.lock
но по-прежнему вижу эту ошибку. Как решить проблему?