Skip to content

Commit

Permalink
Merge pull request #257 from mimmi20/dependabot/composer/master/minor…
Browse files Browse the repository at this point in the history
…-patch-dependencies-49706799ee

composer(deps-dev): bump the minor-patch-dependencies group with 3 updates
  • Loading branch information
mimmi20 authored Aug 15, 2023
2 parents 1a1b3d7 + ce67572 commit 94ff06f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"ext-xmlwriter": "*",
"infection/infection": "^0.27.0",
"mimmi20/coding-standard": "^5.1.10",
"nikic/php-parser": "^v4.16.0",
"nikic/php-parser": "^v4.17.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.28",
"phpstan/phpstan": "^1.10.29",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpunit/phpunit": "^10.3.1",
"rector/rector": "^0.17.10",
"rector/rector": "^0.17.13",
"vimeo/psalm": "^5.14.1"
},
"minimum-stability": "stable",
Expand Down
2 changes: 0 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Rector\DeadCode\Rector\If_\RemoveDeadInstanceOfRector;
use Rector\DeadCode\Rector\StaticCall\RemoveParentCallWithoutParentRector;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\Php80\Rector\FunctionLike\UnionTypesRector;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
Expand All @@ -39,7 +38,6 @@

$rectorConfig->skip(
[
UnionTypesRector::class,
NullToStrictStringFuncCallArgRector::class,
RemoveDeadInstanceOfRector::class,
FirstClassCallableRector::class,
Expand Down

0 comments on commit 94ff06f

Please sign in to comment.