pdphilip / laravel-elasticsearch

Laravel Elasticsearch: An Elasticsearch implementation of Laravel's Eloquent ORM
MIT License
86 stars 16 forks source link

Update composer.json #16

Closed abkrim closed 6 months ago

abkrim commented 6 months ago

Update elasticsearch dependencie to ^8.10 instead 8.10

abkrim commented 6 months ago

After install fork on my installation of pdphilip/laravel-elasticsearch I runn test

a test

   WARN  Option --no-output cannot be used more than once

   PASS  Tests\Eloquent\DistinctAggregationTest
  ✓ it should remove the existing index if it exists and truncate users model                                                                                                                                                     0.32s  
  ✓ it should create the models and relationships for testing                       

  Tests:    120 passed (1572 assertions)
  Duration: 110.66s

❯ a:clear
❯ composer show | grep elastic
abkrim/elasticsearch                dev-main An Elasticsearch implementation of Laravel's Eloquent ORM
elastic/transport                   v8.8.0   HTTP transport PHP library for Elastic products
elasticsearch/elasticsearch         v8.12.0  PHP Client for Elasticsearch