Skip to content

Commit 2c00735

Browse files
committed
Update dev dependencies
1 parent 0597fd5 commit 2c00735

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"require-dev": {
1616
"ext-simplexml": "*",
1717
"laravel/framework": "^9.25",
18-
"nikic/php-parser": "v4.16.0",
18+
"nikic/php-parser": "v4.17.1",
1919
"orchestra/testbench": "^7.7",
20-
"phpstan/phpstan": "1.10.26",
21-
"phpstan/phpstan-deprecation-rules": "1.0.0",
22-
"phpstan/phpstan-phpunit": "1.1.1",
23-
"phpunit/phpunit": "9.5.21",
24-
"rector/rector": "0.17.7",
25-
"symplify/easy-coding-standard": "11.5.0"
20+
"phpstan/phpstan": "1.10.38",
21+
"phpstan/phpstan-deprecation-rules": "1.1.4",
22+
"phpstan/phpstan-phpunit": "1.3.15",
23+
"phpunit/phpunit": "9.6.13",
24+
"rector/rector": "0.18.5",
25+
"symplify/easy-coding-standard": "12.0.8"
2626
},
2727
"scripts": {
2828
"check": "composer lint && composer test",

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Rector\Set\ValueObject\LevelSetList;
1111
use Rector\Set\ValueObject\SetList;
1212
use Rector\Strict\Rector\BooleanNot\BooleanInBooleanNotRuleFixerRector;
13-
use Rector\TypeDeclaration\Rector\ClassMethod\AddVoidReturnTypeWhereNoReturnRector;
1413

1514
return static function (RectorConfig $config): void {
1615
$config->paths([__DIR__ . '/src', __DIR__ . '/tests']);
@@ -28,9 +27,6 @@
2827
BooleanInBooleanNotRuleFixerRector::TREAT_AS_NON_EMPTY => false,
2928
]
3029
);
31-
$config->ruleWithConfiguration(AddVoidReturnTypeWhereNoReturnRector::class, [
32-
AddVoidReturnTypeWhereNoReturnRector::USE_PHPDOC => false,
33-
]);
3430

3531
$config->skip([
3632
NewlineAfterStatementRector::class,

0 commit comments

Comments
 (0)