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

Declare hard dependency on doctrine/cache #50

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

PowerKiKi
Copy link
Contributor

This package has a hard dependency on doctrine/cache v1 via CacheFactory.
But that dependency was not declared as such, yet it was fullfilled by coincidence
via a transient dependency. And the relatively recent doctrine/cache v2
introduced a lot of breaking changes that break not only this package
tests, but also virtually all of dependents of this package.

Fixes #46

This package has a hard dependency on doctrine/cache v1 via `CacheFactory`.
But that dependency was not declared as such, yet it was fullfilled by coincidence
via a transient dependency. And the relatively recent doctrine/cache v2
introduced **a lot** of breaking changes that break not only this package
tests, but also virtually all of dependents of this package.

Fixes Roave#46
@asgrim asgrim self-assigned this Sep 9, 2021
@asgrim asgrim added the enhancement New feature or request label Sep 9, 2021
@asgrim asgrim added this to the 3.0.1 milestone Sep 9, 2021
@asgrim asgrim merged commit 7ca8bf6 into Roave:3.1.x Sep 9, 2021
@asgrim
Copy link
Member

asgrim commented Sep 9, 2021

Thanks @PowerKiKi !

@asgrim asgrim modified the milestones: 3.0.1, 3.1.0 Sep 9, 2021
@PowerKiKi PowerKiKi deleted the cache-dependency branch November 9, 2022 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class 'Doctrine\Common\Cache\ArrayCache' not found with doctrine/cache 2.x upgrade
2 participants