Subversion Repositories Applications.annuaire

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
536 mathias 1
[
2
    {
3
        "name": "firebase/php-jwt",
4
        "version": "2.0.0",
5
        "version_normalized": "2.0.0.0",
6
        "target-dir": "Firebase/PHP-JWT",
7
        "source": {
8
            "type": "git",
9
            "url": "https://github.com/firebase/php-jwt.git",
10
            "reference": "ffcfd888ce1e4f2d70cac2dc9b7301038332fe57"
11
        },
12
        "dist": {
13
            "type": "zip",
14
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ffcfd888ce1e4f2d70cac2dc9b7301038332fe57",
15
            "reference": "ffcfd888ce1e4f2d70cac2dc9b7301038332fe57",
16
            "shasum": ""
17
        },
18
        "require": {
19
            "php": ">=5.2.0"
20
        },
21
        "time": "2015-04-01 18:46:38",
22
        "type": "library",
23
        "installation-source": "dist",
24
        "autoload": {
25
            "classmap": [
26
                "Authentication/",
27
                "Exceptions/"
28
            ]
29
        },
30
        "notification-url": "https://packagist.org/downloads/",
31
        "license": [
32
            "BSD-3-Clause"
33
        ],
34
        "authors": [
35
            {
36
                "name": "Neuman Vong",
37
                "email": "neuman+pear@twilio.com",
38
                "role": "Developer"
39
            },
40
            {
41
                "name": "Anant Narayanan",
42
                "email": "anant@php.net",
43
                "role": "Developer"
44
            }
45
        ],
46
        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
47
        "homepage": "https://github.com/firebase/php-jwt"
48
    }
49
]