allow use of psr/cache:^3.0#268
allow use of psr/cache:^3.0#268jguittard wants to merge 2 commits intophp-cache:masterphp-cache/cache:masterfrom
Conversation
Signed-off-by: Julien Guittard <julien.guittard@me.com>
Signed-off-by: Julien Guittard <julien.guittard@me.com>
|
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