jayzeng / virustotal_apiwrapper

Virus Total Public API v2.0 PHP Wrapper
http://jayzeng.github.io/virustotal_apiwrapper/
MIT License
65 stars 18 forks source link

Update requirements to use guzzlehttp/guzzle instead of guzzle/guzzle #15

Closed ghost closed 7 years ago

ghost commented 8 years ago

https://github.com/jayzeng/virustotal_apiwrapper/blob/master/composer.json#L17

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

jayzeng commented 8 years ago

Didn't know about the update, will take a look at it.

jayzeng commented 7 years ago

Thanks @mbarany for taking care of this, I will cut a new build today.

jayzeng commented 7 years ago

https://packagist.org/packages/jayzeng/virustotalapi#0.1.6 is now available.

ghost commented 7 years ago

Awesome, Thank you!