repo.or.cz
/
dokuwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
add development tools to _test/composer.json
[dokuwiki.git]
/
_test
/
composer.json
blob
bbd7f90a28a402c84445415ff34f702dd40611bd
1
{
2
"require": {
3
"php": ">=7.2",
4
"scotteh/php-dom-wrapper": "^2.0"
5
},
6
"config": {
7
"platform": {
8
"php": "7.2"
9
}
10
},
11
"prefer-stable": true,
12
"require-dev": {
13
"rector/rector": "^0.18.3",
14
"squizlabs/php_codesniffer": "^3.7",
15
"phpunit/phpunit": "^8.5"
16
}
17
}