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 4 months ago

maximehuran commented 4 months 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 4 months ago

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