The dependencies of your project could not be installed

More information: https://insight.symfony.com/what-we-analyse/composer.dependencies_not_installable

SymfonyInsight was not able to install your Composer dependencies. If you need to customize files or run commands to make it work, you can edit your SymfonyInsight project configuration to override the default "pre_composer_script" and/or "post_composer_script" settings.
Time to fix: about 3 hours
Read doc Open Issue Permalink Copy Prompt
Collective
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
- Required package "symfony/console" is in the lock file as "v7.3.6" but that does not satisfy your constraint "^8.0".
This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r

The composer.lock file of your project should be up to date

More information: https://insight.symfony.com/what-we-analyse/composer.outdated_lock_file

The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Collective