-
-
Notifications
You must be signed in to change notification settings - Fork 212
Abandon package #396
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
base: 2.1.x
Are you sure you want to change the base?
Abandon package #396
Conversation
composer.json
Outdated
| "psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } | ||
| } | ||
| }, | ||
| "abandoned": "psr/cache" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
psr/cache-implementation?
|
The ORM can not yet fully operate without the Doctrine Cache interfaces. I think, we should solve that before abandoning the package. |
|
Indeed. We don't want all ORM users to receive a warning from composer about using an abandoned package. |
|
uh oh, was not aware. yeah until current orm runs without this package, it would be a bad idea to do a thing that triggers warnings. |
67ca6fb to
f6585f9
Compare
|
I should have known. Converting to draft until the right moment comes, which is when |
|
@alcaeus Any reason you abandoned the library without merging this pull request? It would be helpful to push people into the right direction. We still use ORM2 in our project, and a notice in this library's README that you should be upgrading to ORM3 would also be helpful. For context: https://www.doctrine-project.org/2025/10/08/an-update-on-the-orm-2-end-of-life.html |
Closes #395