codeclimate / php-test-reporter

DEPRECATED PHP Test Reporter
Other
65 stars 31 forks source link

guzzle/guzzle is abandoned #103

Closed mrailton closed 7 years ago

mrailton commented 7 years ago

When installing the package the following message is displayed by composer:

Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.

Would be a good idea to not use abandoned packages

localheinz commented 7 years ago

@railto

Absolutely, I agree!

Let's make that happen!

localheinz commented 7 years ago

@railto

All we need is a lot of people casting their vote right here

It has already been updated upstream, they just need to tag a release, and then we can make use of that!

dblandin commented 7 years ago

Hey @railto,

Thank for the issue. We're winding down development on this PHP-specific reporter.

I'd recommend checking out our new test reporter and migrating to it if you're interested!

https://github.com/codeclimate/test-reporter https://codeclimate.com/changelog/591c99570d51f6481f001291

It's decoupled from the coverage tool used to generate the report, distributed as a static binary, and has support for parallelized builds. 🎉