Skip to content

Commit

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

composer(deps-dev): bump the minor-patch-dependencies group with 5 updates
  • Loading branch information
mimmi20 authored Aug 11, 2023
2 parents ea59f6d + 7d57507 commit 77682d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"infection/infection": "^0.27.0",
"laminas/laminas-modulemanager": "^2.14.0",
"laminas/laminas-servicemanager": "^3.21.0",
"mimmi20/coding-standard": "^5.1.9",
"mimmi20/coding-standard": "^5.1.10",
"nikic/php-parser": "^v4.16.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.26",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan": "^1.10.28",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpunit/phpunit": "^10.3.0",
"rector/rector": "^0.17.10",
"phpunit/phpunit": "^10.3.1",
"rector/rector": "^0.17.12",
"vimeo/psalm": "^5.14.1"
},
"autoload": {
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 77682d1

Please sign in to comment.