Skip to content

Commit

Permalink
📌 Fix the minimum required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 11, 2024
1 parent 788613b commit d7d05ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// define sets of rules
$rectorConfig->sets([
LevelSetList::UP_TO_PHP_81,
LevelSetList::UP_TO_PHP_82,
LevelSetList::UP_TO_PHP_83,
]);
};

0 comments on commit d7d05ae

Please sign in to comment.