-
Notifications
You must be signed in to change notification settings - Fork 83
allow use of psr/cache:^3.0 #268
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: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Julien Guittard <[email protected]>
Signed-off-by: Julien Guittard <[email protected]>
|
What about adapters? |
|
I had some free time, so I played with the psr/*:3.x compatibility. Originally cache/cache is a mono repo, which contains multiple projects. And some how it is sliced into several individual projects. Maybe it is easier to maintain a mono repo, but difficult to use the derivated individual projects. For example if you need to apply a patch. I don't think that codes from Sweetchuck-psr-cache/* repositories ever gonna gets merged into the upstream repository, but it might be a good starting point to implement the psr/*:3.x compatibility. |
|
Drupal 10 Requires psr/cache: ^3, and adapters don't seem to get me around that fact while apcu-adapter still requires 1 || 2. Could this move forward so that sites can continue to be updated? |
|
do you guys see any chance of moving this PR forward? having the same issue as @rreedy |
Description
Allow use of psr/cache:^3.0