summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-04-08 12:18:48 -0400
committerScott <scott@paragonie.com>2016-04-08 12:18:48 -0400
commitbc86ba4d9c7be5c79530e1640df1dda8486f67e3 (patch)
tree1cc016d492400cbe6ca1fcc3a6e911bbda0cb9f1
parentda36633e5529862ebdd661310c77ea520727e04f (diff)
downloadconstant_time_encoding-bc86ba4d9c7be5c79530e1640df1dda8486f67e3.zip
constant_time_encoding-bc86ba4d9c7be5c79530e1640df1dda8486f67e3.tar.gz
constant_time_encoding-bc86ba4d9c7be5c79530e1640df1dda8486f67e3.tar.bz2
Add version requirements notice
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 383334d..8fd9657 100644
--- a/README.md
+++ b/README.md
@@ -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