algolia / algoliasearch-client-php

⚡️ A fully-featured and blazing-fast PHP API client to interact with Algolia.
https://www.algolia.com/doc/api-client/php/getting-started/
MIT License
672 stars 116 forks source link

Bump to PHP 8.0 #651

Closed securit closed 3 years ago

securit commented 3 years ago

Bump composer require dependency to PHP 8.0

Q A
Bug fix? no
New feature? no
BC breaks? no
Related Issue
Need Doc update no

Describe your change

Updates the composer.json to allow running on PHP 8.0

What problem is this fixing?

Inability to run on PHP 8.0

arcticlinux commented 3 years ago

Probably not enough to make the codebase work with PHP 8, see #644

chloelbn commented 3 years ago

PHP 8 support has been added to the latest patch version, 2.7.3 🎉 I'm closing this PR, thanks a lot @securit for your work! A new major version is in the pipeline, but for the moment we hope that this new version will help you move forward in your own projects! Please let us know if you encounter any issues.

Cheers!