Skip to content

Commit 3c42d07

Browse files
committed
Updated dependencies for CI (PHP Censor v2).
1 parent 8706a57 commit 3c42d07

File tree

2 files changed

+3273
-603
lines changed

2 files changed

+3273
-603
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"php": ">=5.6.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "5.7.*"
21+
"phpunit/phpunit": "~5.7.0",
22+
"codeception/codeception": "~2.3.0",
23+
"phpmd/phpmd": "~2.6.0",
24+
"sebastian/phpcpd": "~2.0.0",
25+
"squizlabs/php_codesniffer": "~3.5.0",
26+
"php-censor/phpdoc-checker": "^1.0",
27+
"phploc/phploc": "~4.0.0",
28+
"jakub-onderka/php-parallel-lint": "~0.9.0"
2229
}
2330
}

0 commit comments

Comments
 (0)