BitbucketPHP / Client

Bitbucket API 2.0 client for PHP
MIT License
99 stars 26 forks source link

Switch to PSR18 client implementation #39

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago

php-http/client-implementation is deprecated and Guzzle 7 doesn't implement it, so this will be a blocker for anyone wanting to upgrade from Guzzle 6 to 7 and use this package at the same time.


Related: https://github.com/m4tthumphrey/php-gitlab-api/pull/511, https://github.com/KnpLabs/php-github-api/pull/885, https://github.com/php-http/discovery/pull/175.