diff options
author | Rob DiMarco <rdimarco@google.com> | 2015-06-22 16:26:39 -0700 |
---|---|---|
committer | Rob DiMarco <rdimarco@google.com> | 2015-06-22 16:26:39 -0700 |
commit | e0a75bfb6413f22092c99b70f310ccb2cca3efa5 (patch) | |
tree | 7c6b96791adb1e7f98e5b7287d8ce955856929cc /composer.lock | |
parent | dcaa08ea78b76c8cd2fda0ff245934fd89fe74c2 (diff) | |
download | php-jwt-e0a75bfb6413f22092c99b70f310ccb2cca3efa5.zip php-jwt-e0a75bfb6413f22092c99b70f310ccb2cca3efa5.tar.gz php-jwt-e0a75bfb6413f22092c99b70f310ccb2cca3efa5.tar.bz2 |
Update README and bump to v2.2.0v2.2.0
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..5518ae4 --- /dev/null +++ b/composer.lock @@ -0,0 +1,19 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "60a5df5d283a7ae9000173248eba8909", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=5.2.0" + }, + "platform-dev": [] +} |