diff options
author | Chris Raynor <chris@firebase.com> | 2014-08-28 10:14:17 -0700 |
---|---|---|
committer | Chris Raynor <chris@firebase.com> | 2014-08-28 10:14:17 -0700 |
commit | 58c1e61d0dff797f2989c54415229f4016d57a6d (patch) | |
tree | 9332f684a1f01b57b3288658b23af0ae4316a7ec | |
parent | fdf4b1826574cb15668f723c232cd6ffaad685f4 (diff) | |
download | php-jwt-58c1e61d0dff797f2989c54415229f4016d57a6d.zip php-jwt-58c1e61d0dff797f2989c54415229f4016d57a6d.tar.gz php-jwt-58c1e61d0dff797f2989c54415229f4016d57a6d.tar.bz2 |
adding version for a stable releasev1.0.0
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 292edbf..940deab 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "firebase/php-jwt", "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", + "version": "1.0.0", "authors": [ { "name": "Neuman Vong", |