elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
35 stars 970 forks source link

What about upgrading to doctrine/inflector v2.X ? #1135

Closed jul6art closed 3 years ago

ezimuel commented 3 years ago

@jul6art we are not using anymore doctrine/inflector, I removed from composer (https://github.com/elastic/elasticsearch-php/commit/289c7ed2f2c5dcffa264a470ee191dc2f6fd7918). Moreover, I also removed symfony/yaml since we are using ext-yaml. Thanks for the notice!