summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/log/composer.json
blob: c300158f56839f878c229c998887a96e4015e7dc (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
{
    "name": "gipfl/log",
    "description": "Lightweight PSR-3 compatible logger",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Gelf",
            "email": "thomas@gelf.net"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "gipfl\\Log\\": "src"
        }
    },
    "require": {
        "php": ">=5.6.0",
        "psr/log": "^1",
        "ext-iconv": "*"
    },
    "require-dev": {
        "gipfl/protocol-jsonrpc": ">=0.2",
        "gipfl/systemd": ">=0.3"
    },
    "suggest": {
    }
}