summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-07-19 14:14:53 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-07-19 14:14:53 -0700
commit23193453f681d77adf3f4ac6981e62e26c698537 (patch)
tree468a59d2e5c22dd190ff6461b811aa21e53f6618
parent10f8596e782ecd8f5dddecb873c0c0549e05e3a6 (diff)
downloadphp-http-client-23193453f681d77adf3f4ac6981e62e26c698537.zip
php-http-client-23193453f681d77adf3f4ac6981e62e26c698537.tar.gz
php-http-client-23193453f681d77adf3f4ac6981e62e26c698537.tar.bz2
Added supported versions to the README
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e12610b..eef7f8c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -64,7 +64,7 @@ We welcome direct contributions to the php-http-client code base. Thank you!
##### Prerequisites #####
-- PHP 5.6 or greater
+- PHP 5.6 or 7.0
- [Composer](https://getcomposer.org/)
##### Initial setup: #####
diff --git a/README.md b/README.md
index 2eb78f6..2360d1e 100644
--- a/README.md
+++ b/README.md
@@ -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