Subversion Repositories Applications.annuaire

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
536 mathias 1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "cfb698d38891e70ac902b10544ba6bd0",
8
    "packages": [
9
        {
10
            "name": "firebase/php-jwt",
11
            "version": "2.0.0",
12
            "target-dir": "Firebase/PHP-JWT",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/firebase/php-jwt.git",
16
                "reference": "ffcfd888ce1e4f2d70cac2dc9b7301038332fe57"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ffcfd888ce1e4f2d70cac2dc9b7301038332fe57",
21
                "reference": "ffcfd888ce1e4f2d70cac2dc9b7301038332fe57",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.2.0"
26
            },
27
            "type": "library",
28
            "autoload": {
29
                "classmap": [
30
                    "Authentication/",
31
                    "Exceptions/"
32
                ]
33
            },
34
            "notification-url": "https://packagist.org/downloads/",
35
            "license": [
36
                "BSD-3-Clause"
37
            ],
38
            "authors": [
39
                {
40
                    "name": "Neuman Vong",
41
                    "email": "neuman+pear@twilio.com",
42
                    "role": "Developer"
43
                },
44
                {
45
                    "name": "Anant Narayanan",
46
                    "email": "anant@php.net",
47
                    "role": "Developer"
48
                }
49
            ],
50
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
51
            "homepage": "https://github.com/firebase/php-jwt",
52
            "time": "2015-04-01 18:46:38"
53
        }
54
    ],
55
    "packages-dev": [],
56
    "aliases": [],
57
    "minimum-stability": "stable",
58
    "stability-flags": [],
59
    "prefer-stable": false,
60
    "prefer-lowest": false,
61
    "platform": [],
62
    "platform-dev": []
63
}