Skip to content
New issue

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

[Bundles][DoctrineMigrationsBundle] update #622

Open
X13454 opened this issue Nov 27, 2014 · 0 comments
Open

[Bundles][DoctrineMigrationsBundle] update #622

X13454 opened this issue Nov 27, 2014 · 0 comments

Comments

@X13454
Copy link

X13454 commented Nov 27, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant