doctrine-cache icon indicating copy to clipboard operation
doctrine-cache copied to clipboard

Use ArrayAdapter in debug mode

Open rixafy opened this issue 1 year ago • 1 comments

rixafy avatar Apr 01 '24 19:04 rixafy

I just realized, this might be a BC break, if someone uses custom nettrine.cache.driver in their neon config (because composer update can use version 2.0 and that version have no longer cache classes - doctrine switched to symfony cache adapters), so I'll edit composer.json to remove support for 2.0, so next release can be patch to 0.4 and when releasing 0.5 we can just use cache 2.0 as dependency and remove code for supporting older version.

rixafy avatar Apr 02 '24 08:04 rixafy