1
|
{
|
2
|
"name": "firebase/php-jwt",
|
3
|
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
4
|
"homepage": "https://github.com/firebase/php-jwt",
|
5
|
"authors": [
|
6
|
{
|
7
|
"name": "Neuman Vong",
|
8
|
"email": "neuman+pear@twilio.com",
|
9
|
"role": "Developer"
|
10
|
},
|
11
|
{
|
12
|
"name": "Anant Narayanan",
|
13
|
"email": "anant@php.net",
|
14
|
"role": "Developer"
|
15
|
}
|
16
|
],
|
17
|
"license": "BSD-3-Clause",
|
18
|
"require": {
|
19
|
"php": ">=5.3.0"
|
20
|
},
|
21
|
"autoload": {
|
22
|
"psr-4": {
|
23
|
"Firebase\\JWT\\": "src"
|
24
|
}
|
25
|
},
|
26
|
"require-dev": {
|
27
|
"phpunit/phpunit": " 4.8.35"
|
28
|
}
|
29
|
}
|