sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
332 stars 29 forks source link

Add psalm and phpstan #263

Closed VincentLanglet closed 2 years ago

VincentLanglet commented 2 years ago

@jordisala1991 @franmomu Am I wrong or the MongoCache rely on ext-mongo which is not installable anymore on php7 ?

franmomu commented 2 years ago

To be compatible you should install https://github.com/alcaeus/mongo-php-adapter, anyway if the idea was to deprecate this package or make it compatible with PSR-6 on 3.x I would deprecate the mongodb adapter.

VincentLanglet commented 2 years ago

To be compatible you should install https://github.com/alcaeus/mongo-php-adapter, anyway if the idea was to deprecate this package or make it compatible with PSR-6 on 3.x I would deprecate the mongodb adapter.

I was just trying to add phpstan/psalm on the lowest bundle to remove the config on dev kit.