aboutsummaryrefslogtreecommitdiff
path: root/vendor/eher/oauth/composer.json
blob: 29bf4d9236b0fb4580b93e2695f67e1820c2345c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "eher/oauth",
    "type": "library",
    "license": "BSD-3-Clause",
    "description": "OAuth 1 PHP Library",
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-0": {
            "Eher\\OAuth": "src"
        }
    },
    "require-dev": {
        "eher/phpunit": "1.6"
    }
}