t3api 1.2.1 and doctrine/cache version compatibility #37
-
Hi, If I install 1.2.1 composer will get version 2.0 for Doctrine Cache , which is not compatible with t3api, https://github.com/doctrine/cache/blob/1.11.x/lib/Doctrine/Common/Cache/FilesystemCache.php It work with version 1.11., but not with ^2 it used in CachedReader
*/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @bandrachnik . Thank you for reporting this issue. I didn't have time yet to reproduce your issue but as I see it occurs on TYPO3 >= v10.4.16. The point is that since v10.4.16 TYPO3 allows to use Temporary solution I could suggest for you - please try to add We will implement solution in t3api core as soon as possible. If you would try suggested solution or implement another one please let us know if worked. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
it's work with: require "doctrine/cache": "1.11.3"