Results 2 issues of Sol

**Is your feature request related to a problem? Please describe.** I'm using Choices.js together with Symfony 5 and Bootstrap 5 to change some of my select to a pill selector....

feature request

Let's say you have the follow `doctrine_migrations.yaml` file: ``` doctrine_migrations: migrations_paths: 'DoctrineMigrations': '%kernel.project_dir%/migrations' 'MyBundleDoctrineMigrations': '@MyBundle/migrations' 'MyOtherBundleDoctrineMigrations': '@MyOtherBundle/migrations' enable_profiler: '%kernel.debug%' ``` When you run the `doctrine:migrations:migrate` command, doctrine will check all...