-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Eliminate dependency on doctrine/common #722
Comments
AFAIK, the only part of Doctrine Common used directly in doctrine/migrations is the event part. So as soon as that part is extracted to a dedicated package, we can change the requirement here |
It will remove doctrine/common from doctrine/migrations directly, but it will still be pulled in by doctrine/dbal dependency until we upgrade to doctrine/dbal 2.8. |
But until we use the event system directly, we cannot remove the direct dependency. |
Do you thing that #883 addresses this issue? |
This library already doesn't depend on doctrine/common anymore, so I'm closing this issue. DBAL is tracked separately. |
This will require doctrine/dbal 2.8 without common and the work to continue to split up doctrine/common in to separate projects has to be finished.
The text was updated successfully, but these errors were encountered: