Skip to content

Commit 2319345

Browse files
Added supported versions to the README
1 parent 10f8596 commit 2319345

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We welcome direct contributions to the php-http-client code base. Thank you!
6464

6565
##### Prerequisites #####
6666

67-
- PHP 5.6 or greater
67+
- PHP 5.6 or 7.0
6868
- [Composer](https://getcomposer.org/)
6969

7070
##### Initial setup: #####

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
1010

1111
# Installation
1212

13+
## Prerequisites
14+
15+
- PHP version 5.6 or 7.0
16+
17+
## Install with Composer
18+
1319
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.
1420

1521
```json

0 commit comments

Comments
 (0)