Skip to content

Commit 5c98dbf

Browse files
committed
Add note for older PHP versions
1 parent b3fbd17 commit 5c98dbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ As it is standardized, you don't have to worry about what server type it relies
1717
* openssl
1818

1919
PHP 7.2+ is recommended for better performance.
20-
For PHP 5.6 or HHVM compatibility, use the v1.x releases.
20+
21+
There is no support and maintenance for older PHP versions, however you are free to use the following compatible versions:
22+
- PHP 5.6 or HHVM: `v1.x`
23+
- PHP 7.0: `v2.x`
2124

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

0 commit comments

Comments
 (0)