From 5435325c9971ea4426d9d1c4744477e50dd8b4c7 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari <jiten.adhikary@gmail.com> Date: Sun, 22 Sep 2019 19:55:43 +0700 Subject: [PATCH] docs: add stability info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 785190d..f03961f 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,10 @@ $token = $jwt->encode(['a' => 1, 'exp' => time() + 1000], ['kid' => 'key3']); // -> Exception with message Unknown key ID key3 ``` +## Stabillity + +Although not yet in v1.0, but the library and the API it provides is pretty stable and will not be changed too broadly. + ### Integration #### Phalcon