manticoresoftware / manticoresearch-php

Official PHP client for Manticore Search
MIT License
167 stars 32 forks source link

Explicitly specified the list of supported php versions #150

Closed aivchen closed 8 months ago

aivchen commented 11 months ago

Line "php": ">=7.1" is too wide in composer.json. It means that we support major versions of php that haven't even been released yet. But we can't guarantee that the library will work on php 9. It's better to explicitly specify the supported versions.