repo.or.cz
/
T119942Repr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Be compatible with MW < 1.25
[T119942Repr.git]
/
composer.json
blob
99741dd472520196096c3c2654a337786eccfa46
1
{
2
"require-dev": {
3
"jakub-onderka/php-parallel-lint": "0.9",
4
"mediawiki/mediawiki-codesniffer": "0.5.0"
5
},
6
"scripts": {
7
"test": [
8
"parallel-lint . --exclude vendor",
9
"phpcs -p -s"
10
]
11
}
12
}