summaryrefslogtreecommitdiff
path: root/composer.json
blob: a8e5b4636d3eef7f273e5267ff207bb1de53c577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "bshaffer/oauth2-server-php",
    "description":"OAuth2 Server for PHP",
    "keywords":["oauth","oauth2","auth"],
    "type":"library",
    "license":"MIT",
    "authors":[
        {
            "name":"Brent Shaffer",
            "email": "bshafs@gmail.com",
            "homepage":"http://brentertainment.com"
        }
    ],
    "homepage": "http://github.com/bshaffer/oauth2-server-php",
    "require":{
        "php":">=5.2.0"
    },
    "autoload": {
        "psr-0": { "OAuth2": "src/" }
    }
}