Skip to content

Commit

Permalink
Merge pull request #712 from ergebnis/dependabot/composer/rector/rect…
Browse files Browse the repository at this point in the history
…or-0.19.2

composer(deps-dev): Bump rector/rector from 0.18.13 to 0.19.2
  • Loading branch information
localheinz authored Jan 23, 2024
2 parents 711f23e + c2936a5 commit 68e34e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"phpunit/phpunit": "^10.5.9",
"psalm/plugin-phpunit": "~0.18.4",
"psr/container": "^2.0.2",
"rector/rector": "~0.18.13",
"rector/rector": "~0.19.2",
"vimeo/psalm": "^5.20.0"
},
"autoload": {
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.

4 changes: 2 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
*/

use Rector\Config;
use Rector\Core;
use Rector\Php81;
use Rector\PHPUnit;
use Rector\ValueObject;

return static function (Config\RectorConfig $rectorConfig): void {
$rectorConfig->cacheDirectory(__DIR__ . '/.build/rector/');
Expand All @@ -24,7 +24,7 @@
__DIR__ . '/test/',
]);

$rectorConfig->phpVersion(Core\ValueObject\PhpVersion::PHP_81);
$rectorConfig->phpVersion(ValueObject\PhpVersion::PHP_81);

$rectorConfig->rules([
Php81\Rector\Property\ReadOnlyPropertyRector::class,
Expand Down

0 comments on commit 68e34e1

Please sign in to comment.