summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Raynor <chris@firebase.com>2014-08-28 10:14:17 -0700
committerChris Raynor <chris@firebase.com>2014-08-28 10:14:17 -0700
commit58c1e61d0dff797f2989c54415229f4016d57a6d (patch)
tree9332f684a1f01b57b3288658b23af0ae4316a7ec
parentfdf4b1826574cb15668f723c232cd6ffaad685f4 (diff)
downloadphp-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.json1
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",