Skip to content

Commit ac9f0dd

Browse files
authored
Merge pull request #67 from PHPCSStandards/feature/composer-update-lint-dependencies
Composer: update PHP Parallel Lint and Console Highlighter
2 parents ff9a5c6 + 28aac31 commit ac9f0dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require-dev" : {
2828
"roave/security-advisories" : "dev-master",
2929
"phpunit/phpunit" : "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
30-
"php-parallel-lint/php-parallel-lint": "^1.3.1",
31-
"php-parallel-lint/php-console-highlighter": "^0.5",
30+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
31+
"php-parallel-lint/php-console-highlighter": "^1.0.0",
3232
"phpcsstandards/phpcsdevcs": "^1.1.3",
3333
"phpcsstandards/phpcsutils" : "^1.0"
3434
},
@@ -44,7 +44,7 @@
4444
"prefer-stable": true,
4545
"scripts" : {
4646
"lint": [
47-
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
47+
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude .git"
4848
],
4949
"check-cs": [
5050
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"

0 commit comments

Comments
 (0)