51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
|
[
|
||
|
{
|
||
|
"name": "firebase/php-jwt",
|
||
|
"version": "v5.0.0",
|
||
|
"version_normalized": "5.0.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/firebase/php-jwt.git",
|
||
|
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
|
||
|
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": " 4.8.35"
|
||
|
},
|
||
|
"time": "2017-06-27T22:17:23+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Firebase\\JWT\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-3-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Neuman Vong",
|
||
|
"email": "neuman+pear@twilio.com",
|
||
|
"role": "Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Anant Narayanan",
|
||
|
"email": "anant@php.net",
|
||
|
"role": "Developer"
|
||
|
}
|
||
|
],
|
||
|
"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"
|
||
|
}
|
||
|
]
|