Skip to content

Commit

Permalink
fix: Update dev dependencies and remove obsolete Rector rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tweis committed Oct 22, 2024
1 parent bac98ea commit f8474af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"require-dev": {
"ext-sqlite3": "*",
"ssch/typo3-rector": "^2.6",
"typo3/testing-framework": "^8.0",
"ssch/typo3-rector": "^2.10",
"typo3/testing-framework": "^8.2",
"phpunit/phpcov": "^9.0",
"netlogix/coding-guidelines-php": "^1.0"
},
Expand Down
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

declare(strict_types=1);

use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
use Rector\Config\RectorConfig;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
use Rector\PostRector\Rector\NameImportingPostRector;
Expand Down Expand Up @@ -61,7 +60,4 @@
FirstClassCallableRector::class => [
__DIR__ . '/Configuration/Services.php',
],
CallableThisArrayToAnonymousFunctionRector::class => [
__DIR__ . '/Configuration/Services.php',
],
]);

0 comments on commit f8474af

Please sign in to comment.