diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/ # Installation +## Prerequisites + +- PHP version 5.6 or 7.0 + +## Install with Composer + Add php-http-client to your `composer.json` file. If you are not using [Composer](http://getcomposer.org), you should be. It's an excellent way to manage dependencies in your PHP application. ```json |