php-http / utils

[DEPRECATED] HTTP Client Utilities
http://httplug.io
MIT License
2 stars 8 forks source link

Update composer.json #22

Closed Swader closed 8 years ago

Swader commented 8 years ago

Now requires alpha3 to be compatible with latest guzzle6 adapter, httplug, and to pass tests

sagikazarmark commented 8 years ago

Won't pass tests as the package has not been updated yet to the latest promise changes.

Swader commented 8 years ago

How do we get around this? Cause unless this gets added, one cannot install both guzzle6-adapter and utils into the same project (one needs alpha2, the other alpha3 now)

sagikazarmark commented 8 years ago

I am currently updating the utils package to solve all the issues.

Swader commented 8 years ago

:+1:

joelwurtz commented 8 years ago

In fact, all the promise things should be removed here as they are now in the client tools package

sagikazarmark commented 8 years ago

Yeah, doing it right now.

joelwurtz commented 8 years ago

(That's why i didn't make a pr here, and normally my PR on the guzzle6 adapter don't use this library anymore)

sagikazarmark commented 8 years ago

Thanks @Swader, solved the problem in theory.