Closed MelvinAchterhuis closed 3 weeks ago
hi @MelvinAchterhuis the problem here that i have to require shopware/elasticsearch, otherwise the class "Shopware\Elasticsearch\Admin\Indexer\AbstractAdminIndexer" does not exists and the entire plugin would not work.
in order to support ElasticSearch i have to create some classes which extends this abstract class.
As far as i can see, shopware/elasticsearch 6.6.5.1 cannot be installed due to some other packages wich are locked in your composer.lock. so composer tries to install shopware/elasticsearch 6.5.0.0 and this is not compatible with php 8.3
i would suggest to delete the composer.lock file and try to install the plugin again. maybe that helps.
Best regards
@MelvinAchterhuis is the issue fixed? iam going to close the ticket now. feel free to open if you have further questions
Shopware version: 6.6.5.1 PHP version: 8.3.12
Currently I am running version 4.9.3 of the plugin When trying to update with composer nothing happens:
When requiring the latest version of the plugin I get the following error
This project doesn't use Elasticsearch/Opensearch, it this intended behaviour by the Mollie plugin to require
shopware/elasticsearch
?