summaryrefslogtreecommitdiff
path: root/composer.json
blob: 0c689dbfc567e31a2f6baecd3b4ddb9ea9971ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "fbeans/blairc",
    "type": "library",
    "description": "Symfony Filesystem Component",
    "keywords": [],
    "version": "0.1",
    "authors": [
        {
            "name": "Fbenas",
            "email": "phil@pgburton.com"
        }
    ],
    "require": {
        "symfony/console": "^5.2"
    },
    "autoload": {
        "psr-4": {
            "FBeans\\BlaIRC\\": "src/"
        }
    },
    "minimum-stability": "dev"
}