summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: e136b3b80a29464b18981d8a84e1d01afc967b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "openid/php-openid",
    "version": "2.3.0",
    "description": "OpenID library for PHP5",
    "keywords": ["openid", "authentication", "yadis", "auth"],
    "license": "Apache-2.0",
    "homepage": "http://github.com/openid/php-openid",
    "authors": [
        {
            "name": "JanRain Inc.",
            "homepage": "http://www.openidenabled.com"
        }
    ],
    "require": {
        "php": ">=4.3",
        "ext-gmp": "*",
        "ext-curl": "*",
        "ext-dom": "*"
    },
    "autoload": {
        "classmap": ["Auth"]
    },
    "include-path": ["."]
}