varsitynewsnetwork / wordpress-rest-api-client

A Wordpress API client for PHP
77 stars 63 forks source link

guzzlehttp to be in require not require-dev in composer.json #3

Closed shadiakiki1986 closed 7 years ago

shadiakiki1986 commented 7 years ago

guzzlehttp/guzzle is in require-dev in composer.json, but it should be in the require tag, e.g. the example in the readme wont run without it

mrkrstphr commented 7 years ago

Guzzle is a soft dependency. You can write your own adapter and use a different Http library, hence why it also appears in suggest. I will, however, update the installation instructions to explain this.