elastic / app-search-php

Elastic App Search Official PHP Client
https://www.elastic.co/products/app-search
Apache License 2.0
51 stars 21 forks source link

PHP 5.5 support #44

Open wimulkeman opened 3 years ago

wimulkeman commented 3 years ago

Does the App Search client have parts which makes it unusable for PHP 5.5? If not, would it be possible to add PHP 5.5 support to composer?

The reason for this request is that Ubuntu servers which still run PHP 5 often supports PHP 5.5.9, but not PHP 5.6 while connecting to App Search through this package can still come in handy.

I could create a pull request if this request is supported.