Skip to content

Commit caf17ca

Browse files
Replace the deprecated linter package
… with the recommended replacement. This will hopefully easy the adoption of php8. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 1c695df commit caf17ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"phpunit/phpunit": "^6.5",
4343
"psr/log": "^1.0",
4444
"php-coveralls/php-coveralls": "^2.0",
45-
"jakub-onderka/php-parallel-lint": "^1.0",
46-
"friendsofphp/php-cs-fixer": "^2.13"
45+
"friendsofphp/php-cs-fixer": "^2.13",
46+
"php-parallel-lint/php-parallel-lint": "^1.2"
4747
},
4848
"extra": {
4949
"branch-alias": {

0 commit comments

Comments
 (0)