diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 4722c28..661d2d8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -12,6 +12,7 @@ "app", "config", "custom", + "migrations", "public", "src", "tests", diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc0fbf..c0beace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.1.7 +===== + +* (bug) Add missing `migrations` entry in possible list of directories to scan. + + 1.1.6 =====