summaryrefslogtreecommitdiff
path: root/composer.json
blob: 1c143800dd2086b6e358a09d32f13a01a599c5ff (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.2",
    "authors": [
        {
            "name": "FBenas",
            "email": "phil@pgburton.com"
        }
    ],
    "require": {
        "symfony/console": "^5.2"
    },
    "autoload": {
        "psr-4": {
            "FBeans\\BlaIRC\\": "src/"
        }
    },
    "minimum-stability": "dev"
}