summaryrefslogtreecommitdiff
path: root/http/codebird-php/composer.json
blob: cf43f02149f9eae6a2ff149f754e4921346afc71 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "name": "jublonet/codebird-php",
    "description" : "Easy access to the Twitter REST API, Collections API, Streaming API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
    "keywords": [
        "Twitter",
        "API",
        "networking"
    ],
    "homepage": "https://www.jublo.net/projects/codebird/php",
    "license": "GPL-3.0+",
    "authors": [
        {
            "name": "Joshua Atkins",
            "email": "joshua.atkins@jublo.net",
            "homepage": "http://atkins.im/",
            "role": "Developer"
        },
        {
            "name": "J.M.",
            "email": "jm@jublo.net",
            "homepage": "http://mynetx.net/",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "support@jublo.net",
        "issues": "https://github.com/jublonet/codebird-php/issues",
        "source": "https://github.com/jublonet/codebird-php/releases"
    },
    "require": {
        "php": ">=5.5.0",
        "ext-hash": "*",
        "ext-json": "*",
        "lib-openssl": "*",
        "composer/installers": "~1.0"
    },
    "autoload": {
        "classmap": ["src/"]
    },
    "require-dev": {
        "satooshi/php-coveralls": ">=0.6",
        "phpunit/phpunit": ">=3.7",
        "squizlabs/php_codesniffer": "2.*"
    }
}