We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Looking at http://symfony.com/doc/master/bundles/DoctrineFixturesBundle/index.html, there is only one require. The dependencies being managed by https://github.com/doctrine/DoctrineFixturesBundle/blob/master/composer.json.
{ "require": { "doctrine/doctrine-fixtures-bundle": "2.2.*" } }
However in http://symfony.com/doc/master/bundles/DoctrineMigrationsBundle/index.html, we have:
{ "require": { "doctrine/migrations": "1.0.*@dev", "doctrine/doctrine-migrations-bundle": "2.1.*@dev" } }
Shouldn't the doctrine/migrations dependency be handled only by https://github.com/doctrine/DoctrineMigrationsBundle/blob/master/composer.json ? It would avoid a repetition.
Kind regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Looking at http://symfony.com/doc/master/bundles/DoctrineFixturesBundle/index.html, there is only one require. The dependencies being managed by https://github.com/doctrine/DoctrineFixturesBundle/blob/master/composer.json.
However in http://symfony.com/doc/master/bundles/DoctrineMigrationsBundle/index.html, we have:
Shouldn't the doctrine/migrations dependency be handled only by https://github.com/doctrine/DoctrineMigrationsBundle/blob/master/composer.json ? It would avoid a repetition.
Kind regards
The text was updated successfully, but these errors were encountered: