]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - extensions/SyntaxHighlight_GeSHi/composer.json
MediaWiki 1.30.2-scripts
[autoinstalls/mediawiki.git] / extensions / SyntaxHighlight_GeSHi / composer.json
1 {
2         "name": "mediawiki/syntax-highlight",
3         "description": "Syntax highlighting extension for MediaWiki",
4         "require": {
5                 "symfony/process": "~3.2"
6         },
7         "require-dev": {
8                 "jakub-onderka/php-parallel-lint": "0.9.2",
9                 "mediawiki/mediawiki-codesniffer": "0.12.0",
10                 "jakub-onderka/php-console-highlighter": "0.3.2"
11         },
12         "license": "GPL-2.0+",
13         "authors": [
14                 {
15                         "name": "Brion Vibber",
16                         "email": "brion@wikimedia.org"
17                 },
18                 {
19                         "name": "Niklas Laxström",
20                         "email": "nlaxstrom@wikimedia.org"
21                 },
22                 {
23                         "name": "Ori Livneh",
24                         "email": "ori@wikimedia.org"
25                 },
26                 {
27                         "name": "Rob Church"
28                 },
29                 {
30                         "name": "Tim Starling",
31                         "email": "tstarling@wikimedia.org"
32                 }
33         ],
34         "scripts": {
35                 "fix": "phpcbf",
36                 "test": [
37                         "parallel-lint . --exclude vendor --exclude node_modules",
38                         "phpcs -p -s"
39                 ]
40         }
41 }