diff --git a/.idea/ElementFinder.iml b/.idea/ElementFinder.iml index c7bb0ea..bf5bfcf 100644 --- a/.idea/ElementFinder.iml +++ b/.idea/ElementFinder.iml @@ -4,7 +4,6 @@ - diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c0122..4644686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog All Notable changes to `ElementFinder` will be documented in this file -## 3.0 [Unreleased] +## 3.0 [2023-02-08] - Move to php 8.2 ## 2.0.0 [2023-01-11] diff --git a/composer.json b/composer.json index 87ebca7..670a02e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.16", "phpunit/phpunit": "^11.2.9", - "rector/rector": "^1.1", + "rector/rector": "^2.0.8", "symplify/easy-coding-standard": "^12.1" }, "autoload": {