summaryrefslogtreecommitdiff
path: root/extensions/SyntaxHighlight_GeSHi/composer.json
blob: d8b8cc8e8ae5c16bb74c13dce19e768ed0435bbf (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
32
33
34
35
36
37
38
39
{
    "name": "mediawiki/syntax-highlight_geshi",
    "description": "Syntax highlighting extension for MediaWiki",
    "require": {
        "symfony/process": "~2.5"
    },
    "require-dev": {
        "jakub-onderka/php-parallel-lint": "0.9",
        "mediawiki/mediawiki-codesniffer": "0.4.0"
    },
    "license": "GPL-2+",
    "authors": [
        {
            "name": "Brion Vibber",
            "email": "brion@wikimedia.org"
        },
        {
            "name": "Niklas Laxström",
            "email": "nlaxstrom@wikimedia.org"
        },
        {
            "name": "Ori Livneh",
            "email": "ori@wikimedia.org"
        },
        {
            "name": "Rob Church"
        },
        {
            "name": "Tim Starling",
            "email": "tstarling@wikimedia.org"
        }
    ],
    "scripts": {
        "test": [
            "parallel-lint . --exclude vendor",
            "phpcs -p -s"
        ]
    }
}