Skip to content

Commit

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

composer(deps-dev): bump rector/rector from 0.18.13 to 1.0.0
  • Loading branch information
localheinz committed Feb 7, 2024
2 parents 71df629 + 3b3a467 commit 4fe44a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
"infection/infection": "~0.26.6",
"phpunit/phpunit": "^9.6.16",
"psalm/plugin-phpunit": "~0.18.4",
"rector/rector": "~0.18.13",
"rector/rector": "^1.0.0",
"symfony/filesystem": "^5.0.0 || ^6.0.0",
"vimeo/psalm": "^5.21.1"
},
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
Expand Up @@ -12,8 +12,8 @@
*/

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

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

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

$rectorConfig->sets([
PHPUnit\Set\PHPUnitSetList::PHPUNIT_90,
Expand Down

0 comments on commit 4fe44a3

Please sign in to comment.