Skip to content

Commit

Permalink
Add note for older PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Mar 11, 2018
1 parent b3fbd17 commit 5c98dbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ As it is standardized, you don't have to worry about what server type it relies
* openssl

PHP 7.2+ is recommended for better performance.
For PHP 5.6 or HHVM compatibility, use the v1.x releases.

There is no support and maintenance for older PHP versions, however you are free to use the following compatible versions:
- PHP 5.6 or HHVM: `v1.x`
- PHP 7.0: `v2.x`

## Installation
Use [composer](https://getcomposer.org/) to download and install the library and its dependencies.
Expand Down

0 comments on commit 5c98dbf

Please sign in to comment.