summaryrefslogtreecommitdiff
path: root/composer.json
blob: 8dce9d86724e5aff31e7e21b9155a2d58631d778 (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": "fbeans/beansbot",
    "authors": [
        {
            "name": "Fbenas",
            "email": "philbeansburton@gmail.com"
        }
    ],
    "require": {
        "fbeans/blairc": "0.2",
        "symfony/process": "^5.2@dev",
        "symfony/console": "^5.2"
    },
    "autoload": {
        "psr-4": {
            "FBeans\\Beansbot\\": "src/"
        }
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://www.blatech.co.uk/FBeans/blairc.git"
        }
    ],
    "minimum-stability": "dev"
}