Skip to content

Commit 55dbe67

Browse files
authored
Update dev tools (#745)
1 parent 3d4af3e commit 55dbe67

File tree

3 files changed

+52
-53
lines changed

3 files changed

+52
-53
lines changed

.dev-tools/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"ergebnis/composer-normalize": "^2.23.1",
55
"infection/infection": "^0.26.4",
66
"kubawerlos/composer-smaller-lock": "^1.0.0",
7-
"kubawerlos/php-cs-fixer-config": "^3.7.0",
7+
"kubawerlos/php-cs-fixer-config": "^3.8.0",
88
"kubawerlos/types-checker": "^2.2.0",
99
"maglnet/composer-require-checker": "^4.0.0",
1010
"mi-schi/phpmd-extension": "^4.3.0",
1111
"phpmd/phpmd": "dev-master as 2.12.0",
1212
"phpstan/extension-installer": "^1.1.0",
13-
"phpstan/phpstan": "^1.4.5",
13+
"phpstan/phpstan": "^1.4.6",
1414
"phpstan/phpstan-phpunit": "^1.0.0",
1515
"phpstan/phpstan-strict-rules": "^1.1.0",
1616
"squizlabs/php_codesniffer": "^3.6.2",

.dev-tools/composer.lock

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.php-cs-fixer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
unset($rules['assign_null_coalescing_to_coalesce_equal']); // TODO: remove when dropping support to PHP <8.0
3333
unset($rules['get_class_to_class_keyword']); // TODO: remove when dropping support to PHP <8.0
3434
unset($rules['modernize_strpos']); // TODO: remove when dropping support to PHP <8.0
35-
unset($rules[PhpCsFixerCustomFixers\Fixer\PhpdocOnlyAllowedAnnotationsFixer::name()]); // TODO: remove after new php-cs-fixer-config release
3635
unset($rules[PhpCsFixerCustomFixers\Fixer\PromotedConstructorPropertyFixer::name()]); // TODO: remove when dropping support to PHP <8.0
3736
$rules['trailing_comma_in_multiline'] = true; // TODO: remove when dropping support to PHP <8.0
3837

0 commit comments

Comments
 (0)