{ "_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" ], "content-hash": "0b3d5fecc41d5178e447bf2c68c91535", "packages": [ { "name": "adhocore/jwt", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/adhocore/php-jwt.git", "reference": "f554215e4037af52c5b56285f2afaea5d6eb594a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/adhocore/php-jwt/zipball/f554215e4037af52c5b56285f2afaea5d6eb594a", "reference": "f554215e4037af52c5b56285f2afaea5d6eb594a", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.5" }, "type": "library", "autoload": { "psr-4": { "Ahc\\Jwt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jitendra Adhikari", "email": "jiten.adhikary@gmail.com" } ], "description": "Ultra lightweight JSON web token (JWT) library for PHP5.5+.", "keywords": [ "auth", "json-web-token", "jwt", "jwt-auth", "jwt-php", "token" ], "time": "2019-12-13T12:03:25+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }