Skip to content

Commit

Permalink
Use Laravel 10 as default (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
phh authored Mar 17, 2023
1 parent 8b62880 commit 6a5ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Rector\Config\RectorConfig;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->sets([
LaravelSetList::LARAVEL_90
LaravelSetList::LARAVEL_100
]);
};
```
Expand Down

0 comments on commit 6a5ad04

Please sign in to comment.