-
Notifications
You must be signed in to change notification settings - Fork 352
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
Dependency on doctrine/persistence on v1.23 prevents from upgrading fully to symfony 6.4 #899
Comments
Are you sure this is related to the fackerphp/faker package? Because this is not a composer dependency: Lines 16 to 20 in 4dae775
|
It's listed as dev dependency: Lines 21 to 24 in 4dae775
@oaygalenq how are you installing Faker? |
Dev dependencies are not installed on the project where Faker is being used, so it should not be a problem for this case. This should be updated for the tests and so one, but should have no influence on installing faker as a composer dependency. |
Hi,
The dependency to doctrine/persistence v1 or v2 prevents from upgrading symfony/doctrine-bridge to v6.4 because it has a dependency on doctrine/persistence v3. Could you please add support of doctrine/persistence v3?
Regards
The text was updated successfully, but these errors were encountered: