monsieurbiz / SyliusSearchPlugin

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

Version 2.1 doesn't support php 7.4 #187

Closed ehibes closed 2 months ago

ehibes commented 1 year ago

When I install this plugin with php on version 7.4 this error is thrown from Jane :

In MapToContextPropertyInfoExtractorDecorator.php line 74:

  [Symfony\Component\ErrorHandler\Error\UndefinedMethodError]
  Attempted to call an undefined method named "getAttributes" of class "ReflectionParameter".

Exception trace:
  at /Users/ibesmongabure/Documents/LANA/SandboxSylius1-9/vendor/jane-php/automapper/Extractor/MapToContextPropertyInfoExtractorDecorator.php:74
 Jane\Component\AutoMapper\Extractor\MapToContextPropertyInfoExtractorDecorator->allParametersHaveMapToContextAttribute() at /Users/ibesmongabure/Documents/LANA/SandboxSylius1-9/vendor/jane-php/automapper/Extractor/MapToContextPropertyInfoExtractorDecorator.php:40
 Jane\Component\AutoMapper\Extractor\MapToContextPropertyInfoExtractorDecorator->getReadInfo() at /Users/ibesmongabure/Documents/LANA/SandboxSylius1-9/vendor/jane-php/automapper/Extractor/MapToContextPropertyInfoExtractorDecorator.php:58
 Jane\Component\AutoMapper\Extractor\MapToContextPropertyInfoExtractorDecorator->isReadable() at /Users/ibesmongabure/Documents/LANA/SandboxSylius1-9/vendor/symfony/property-info/PropertyInfoExtractor.php:112
maximehuran commented 2 months ago

We will not maintain PHP 7.4 anymore