У меня ошибка Doctrine 3.0:
In ArrayNode.php line 320:
Unrecognized option "migrations_paths" under "doctrine_migrations". Available options are "all_or_nothing", "column_length", "column_name", "custom_template", "dir_name", "executed_at_colum
n_name", "name", "namespace", "organize_migrations", "table_name".
Я проверил обновление на GitHub, но все еще не работает
Мой настоящий doctrine_migrations.yaml *
doctrine_migrations:
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/migrations'
Спасибо за хелс