summaryrefslogtreecommitdiff
path: root/composer.json
blob: b1296f111a21ee47fe213bab960761890398d46e (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
{
    "name": "phil/blamarine",
    "authors": [
        {
            "name": "FBenas",
            "email": "phil@pgburton.com"
        }
    ],
    "require": {
        "fbeans/blairc": "dev-sub-commands",
        "paquettg/php-html-parser": "dev-master",
        "guzzlehttp/guzzle": "^7.0"
    },
    "autoload": {
        "psr-4": {
            "FBeans\\Blaflight\\": "src/"
        }
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://www.blatech.co.uk/FBeans/blairc.git"
        }
    ],
    "minimum-stability": "dev"
}