monsieurbiz / SyliusSearchPlugin

A search plugin using Elasticsearch for Sylius
MIT License
45 stars 38 forks source link

Requirements for V2.3 #214

Open maximehuran opened 1 month ago

maximehuran commented 1 month ago

Use Jolicode Automapper

Only from PHP 8.2 So we will have to drop compatibilities before

Remove MessageHandlerInterface

Use AsMessageHandler

Do not extends ObjectNormalizer

Will be final in SF7 Symfony\Component\Serializer\Normalizer\ObjectNormalizer

delyriand commented 1 month ago

It's “easy” to make jolicode/automapper 8 compatible with PHP 8.2 min, but version 9 brings many changes