Subversion Repositories Applications.annuaire

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
536 mathias 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
    "version": "2.0.0",
18
    "license": "BSD-3-Clause",
19
    "require": {
20
        "php": ">=5.2.0"
21
    },
22
    "autoload": {
23
        "classmap": ["Authentication/", "Exceptions/"]
24
    },
25
    "target-dir": "Firebase/PHP-JWT",
26
    "minimum-stability": "dev"
27
}