Closed adalessa closed 3 years ago
The proposed package seems not compatible with PHP 7. @tyx wdyt?
a new major version can be envisaged to support php8 !
We need to update the .travis.yml by adding php8 to the matrice to ensure this PR is ok.
Thanks for the replies. I have been testing and I have updated travis with what I believe is a valid configuration, and I have updated the requirements to be compatible in all the expected forms for versions of PHP 7.2, 7.3, 7.4 and of course 8.0
It looks great ! Thanks a lot @adalessa !
Updating a project to use PHP 8, failed due the dependencies
php-http/client-common
andphp-http/guzzle6-adapter
hold back to PHP 7. Updating them allow it to be use with php 8, and local test still running.