diff options
author | Chris Raynor <chris@firebase.com> | 2014-08-28 10:20:29 -0700 |
---|---|---|
committer | Chris Raynor <chris@firebase.com> | 2014-08-28 10:20:29 -0700 |
commit | 9e5ae039440bc0806ba85ab887ab9701b5e55ffb (patch) | |
tree | aba2412661878fc9f16c82b2021a0f9e40861195 | |
parent | 58c1e61d0dff797f2989c54415229f4016d57a6d (diff) | |
download | php-jwt-9e5ae039440bc0806ba85ab887ab9701b5e55ffb.zip php-jwt-9e5ae039440bc0806ba85ab887ab9701b5e55ffb.tar.gz php-jwt-9e5ae039440bc0806ba85ab887ab9701b5e55ffb.tar.bz2 |
removing version
-rw-r--r-- | composer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 940deab..292edbf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "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", |