~fkooman/php-jwt

465df5bdf9cc87459f3506b73c178ab32d2f922a — François Kooman 5 years ago d913b73
add version table
1 files changed, 7 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +7 -0
@@ 34,6 34,13 @@ supporting every nook and cranny of the specification.
* Verifies the `exp` and `nbf` payload field if present to make sure the token 
  is already and still valid.

# Versions

| Version | PHP    | OS                  |
|---------|--------|---------------------|
| 1.0     | >= 5.4 | CentOS 7, Debian 9  |
| 2.0     | >= 7.2 | CentOS 8, Debian 10 |

# Requirements

* PHP >= 5.4.8