guzzle / guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
MIT License
253 stars 78 forks source link

AbstractClient' not found #117

Closed 2ndGAB closed 7 years ago

2ndGAB commented 7 years ago

Hello, I've installed guzzle-services, guzzle-command and guzzle 6 and on execution, I get the following error.

Error: Class 'GuzzleHttp\Command\AbstractClient' not found
File /var/www/2ndGuide/vendor/guzzlehttp/guzzle-services/src/GuzzleClient.php
Line: 17

Any idea?

2ndGAB commented 7 years ago

Sorry I think my problem comes from repository clone

Konafets commented 7 years ago

Please stay within #116 to solve the problem. Try the commands I provided there and let me know there if the error still exist.