summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 12:50:54 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 12:50:54 +0200
commitb56a13f814000bb563a7c96fc679cf95097d9e3b (patch)
tree54476c9701a58a9cc8705ff949eab72ba9c7ab05 /composer.json
parent1c07c09dcde66ac6383fb5a366ac220658d512aa (diff)
update to 6.5.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 58393b2..28557f5 100644
--- a/composer.json
+++ b/composer.json
@@ -34,10 +34,12 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
+ "php-parallel-lint/php-console-highlighter": "^0.5.0",
+ "php-parallel-lint/php-parallel-lint": "^1.3",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
- "squizlabs/php_codesniffer": "^3.5.6",
- "yoast/phpunit-polyfills": "^0.2.0"
+ "squizlabs/php_codesniffer": "^3.6.0",
+ "yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
@@ -60,6 +62,10 @@
"license": "LGPL-2.1-only",
"scripts": {
"check": "./vendor/bin/phpcs",
- "test": "./vendor/bin/phpunit"
+ "test": "./vendor/bin/phpunit --no-coverage",
+ "coverage": "./vendor/bin/phpunit",
+ "lint": [
+ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php,phps --exclude vendor --exclude .git --exclude build"
+ ]
}
}