summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 0721abca1823b81df270babbf72a1417f7a7ba52 (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
{
    "name": "jakub-onderka/php-console-color",
    "license": "BSD-2-Clause",
    "version": "0.1",
    "authors": [
        {
            "name": "Jakub Onderka",
            "email": "jakub.onderka@gmail.com"
        }
    ],
    "autoload": {
        "psr-0": {"JakubOnderka\\PhpConsoleColor": "src/"}
    },
    "require": {
        "php": ">=5.3.2"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*",
        "jakub-onderka/php-parallel-lint": "0.*",
        "jakub-onderka/php-var-dump-check": "0.*",
        "squizlabs/php_codesniffer": "1.*",
        "jakub-onderka/php-code-style": "1.0"
    }
}