fxmlrpc icon indicating copy to clipboard operation
fxmlrpc copied to clipboard

Cannot install guzzle6 adapter

Open crabnky opened this issue 7 years ago • 1 comments

Hi,

I cannot install guzzle6 adapter as it reqires httplug in version 2 or up, while the httpplug for fxmlrp is set to be below verion 2: "php-http/httplug": "~1" Can we use httplug in latest verion?

crabnky avatar Nov 16 '18 12:11 crabnky

@crabnky I haven't tested it yet, but at least everything installed this way:

  1. composer require php-http/httplug:1.1.0
  2. composer require zendframework/zend-diactoros php-http/message php-http/guzzle6-adapter:v1.1.1 (edited)
  3. composer require lstrojny/fxmlrpc

mrtwj avatar Nov 27 '18 00:11 mrtwj