summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/cli/composer.json
blob: 370beed18e1b57a7ef5feb726df0f00f2d6917c6 (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/cli",
    "description": "CLI utilities",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Gelf",
            "email": "thomas@gelf.net"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "gipfl\\Cli\\": "src"
        }
    },
    "require": {
        "php": ">=5.6.0",
        "ext-mbstring": "*",
        "ext-pcntl": "*",
        "ext-posix": "*",
        "react/stream": ">=1.1",
        "react/promise": "^2"
    },
    "require-dev": {
        "react/child-process": ">=0.6"
    }
}