diff options
author | Scott <scott@paragonie.com> | 2016-04-08 12:18:48 -0400 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-04-08 12:18:48 -0400 |
commit | bc86ba4d9c7be5c79530e1640df1dda8486f67e3 (patch) | |
tree | 1cc016d492400cbe6ca1fcc3a6e911bbda0cb9f1 | |
parent | da36633e5529862ebdd661310c77ea520727e04f (diff) | |
download | constant_time_encoding-bc86ba4d9c7be5c79530e1640df1dda8486f67e3.zip constant_time_encoding-bc86ba4d9c7be5c79530e1640df1dda8486f67e3.tar.gz constant_time_encoding-bc86ba4d9c7be5c79530e1640df1dda8486f67e3.tar.bz2 |
Add version requirements notice
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ Our fork offers the following enchancements: * Base32 encoding * Uses `pack()` and `unpack()` instead of `chr()` and `ord()` +## PHP Version Requirements + +This library should work on any [supported version of PHP](https://secure.php.net/supported-versions.php). +It *may* work on earlier versions, but we **do not** guarantee it. If it +doesn't, we **will not** fix it to work on earlier versions of PHP. + ## How to Install ```sh |