Skip to content

Commit

Permalink
rector rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Sep 13, 2024
1 parent a86ed42 commit 1d8e22d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 2.0.0 - 11th September 2024
## 2.0.0 - 13th September 2024
- Upgrading to Pest3 and PHPunit 11(PHP Testing)
- Dropping support for PHP 8.1
- Updating Rector rules for PHP >= 8.2

## 1.2.0 - 10th September 2024
- Embed images for EPUB
Expand Down
85 changes: 43 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SetList::DEAD_CODE,
SetList::EARLY_RETURN,
SetList::TYPE_DECLARATION,
LevelSetList::UP_TO_PHP_81,
LevelSetList::UP_TO_PHP_82,
SetList::CODING_STYLE,
]);
};

0 comments on commit 1d8e22d

Please sign in to comment.