kamermans / guzzle-oauth2-subscriber

OAuth 2.0 Client for Guzzle 4, 5, 6 and 7 with PHP 5.4 - PHP 8.0 - no more dependency hell!
MIT License
140 stars 31 forks source link

Fix test issues with phpunit 9 and php 8 and 8.1 #41

Closed edipoReboucas closed 2 years ago

edipoReboucas commented 2 years ago

Fix problems to execute tests on php 8.1 and phpunit 9.

Also fix some notices on php 8.1

edipoReboucas commented 2 years ago

Travis fail to find old php images and php 8.1, but locally, with docker, run with success;

kamermans commented 2 years ago

Thanks for the contribution @edipoReboucas!