diff options
author | Scott <scott@paragonie.com> | 2016-04-18 13:19:55 -0400 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-04-18 13:19:55 -0400 |
commit | 2aaa52dcc5695fa8591f255bd36e7cf9aad56493 (patch) | |
tree | 7aa4d6341d2efc2d7ed75eda34d5a50f7e2f3e45 | |
parent | 58d445b0ef9575aaf1c01ea2cfbe164caf1120c3 (diff) | |
download | constant_time_encoding-2aaa52dcc5695fa8591f255bd36e7cf9aad56493.zip constant_time_encoding-2aaa52dcc5695fa8591f255bd36e7cf9aad56493.tar.gz constant_time_encoding-2aaa52dcc5695fa8591f255bd36e7cf9aad56493.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,6 +21,8 @@ Our fork offers the following enchancements: Version 2 of this library should work on **PHP 7** or newer. For PHP 5 support, see [the v1.x branch](https://github.com/paragonie/constant_time_encoding/tree/v1.x). +If you are adding this as a dependency to a project intended to work on both PHP 5 and PHP 7, please set the required version to `^1|^2` instead of just `^1` or `^2`. + ## How to Install ```sh @@ -70,4 +72,4 @@ Example output: ``` 1VilPkeVqirlPifk5scbzcTTbMT2clp+Zkyv9VFFasE= 2vmkkpshswvcvzj6e7sonry3zxcng3ge6zzfu7tgjsx7kukfnlaq==== -```
\ No newline at end of file +``` |