PHP 8.3 support please
DavidGarciaCat opened this issue · 4 comments
DavidGarciaCat commented
Good day,
I am working on an upgrade for a Symfony API which uses this Elastica Bundle. The new code is powered by PHP 8.3, which seems incompatible with the existing version restrictions/requirements.
Are there any short-term plans to support the new version?
Otherwise, some advice might be helpful for me or someone else to contribute and add support for the new version.
Thanks,
VincentLanglet commented
Hi, why do you think PHP 8.3 is not supported ?
- In 8.x it's allowed https://github.com/ruflin/Elastica/blob/8.x/composer.json#L18
- In 7.x also https://github.com/ruflin/Elastica/blob/7.x/composer.json#L18
DavidGarciaCat commented
VincentLanglet commented
The readme is just not up to date.
There is CI on 8.3 85e36c8
DavidGarciaCat commented
Understood. Thanks for the update.
But I hope you understand why I was opening this issue and what led me to the (apparent) wrong conclusion :-)
Enjoy the rest of your weekend!