Skip to content

Commit

Permalink
Merge pull request #161 from laminas/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update dependency rector/rector to v0.19.0
  • Loading branch information
samsonasik authored Jan 9, 2024
2 parents 06eee28 + b1d8608 commit 590654e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"rector/rector": "0.18.13"
"rector/rector": "0.19.0"
},
"require-dev": {
"laminas/laminas-servicemanager": "^3.6",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use PhpParser\Node;
use PhpParser\Node\Stmt\Class_;
use Rector\Core\Rector\AbstractRector;
use Laminas\ServiceManager\Factory\FactoryInterface;
use PhpParser\Node\Identifier;
use PhpParser\Node\Name\FullyQualified;
Expand All @@ -19,6 +18,7 @@
use Rector\Core\PhpParser\Node\CustomNode\FileWithoutNamespace;
use Rector\Naming\Naming\UseImportsResolver;
use Rector\NodeTypeResolver\Node\AttributeKey;
use Rector\Rector\AbstractRector;
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;

Expand Down

0 comments on commit 590654e

Please sign in to comment.