Skip to content

Commit 4e4cb1c

Browse files
authored
Bump to symplify/coding-standard:^12.4.3 (#279)
1 parent cf33b9e commit 4e4cb1c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"squizlabs/php_codesniffer": "^3.13",
2323
"symfony/console": "^6.4.20",
2424
"symfony/finder": "^7.2.2",
25-
"symplify/coding-standard": "^12.4.1",
25+
"symplify/coding-standard": "^12.4.3",
2626
"symplify/easy-parallel": "^11.2.2",
2727
"webmozart/assert": "^1.11"
2828
},

rector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
declare(strict_types=1);
44

55
use Rector\Config\RectorConfig;
6+
use Rector\DeadCode\Rector\ConstFetch\RemovePhpVersionIdCheckRector;
67

78
return RectorConfig::configure()
89
->withPhpSets()
@@ -26,5 +27,5 @@
2627
__DIR__ . '/scoper.php',
2728

2829
// conditional checks
29-
\Rector\DeadCode\Rector\ConstFetch\RemovePhpVersionIdCheckRector::class,
30+
RemovePhpVersionIdCheckRector::class,
3031
]);

0 commit comments

Comments
 (0)