diff --git a/CHANGELOG.md b/CHANGELOG.md index 4824095..d7239a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `rector-config` will be documented in this file +## 4.3.8 - 2024-09-13 + +- Updated `driftingly/rector-laravel` to version 1.2.4 + ## 4.3.7 - 2024-09-11 - Updated `driftingly/rector-laravel` to version 1.2.3 diff --git a/composer.json b/composer.json index 1006621..af64b96 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/airlst/rector-config", "require": { "php": "^8.2", - "driftingly/rector-laravel": "1.2.3", + "driftingly/rector-laravel": "1.2.4", "rector/rector": "1.2.5" }, "require-dev": {