diff --git a/.styleci.yml b/.styleci.yml index d9b7e2a..e34cf9c 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,3 +1,4 @@ +--- preset: psr12 risky: true diff --git a/CHANGELOG.md b/CHANGELOG.md index b72cfd6..0081616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # ChangeLog +## 0.1.3 Under development + +- Bug #204: Add YAML front matter to configuration files for consistency (@terabytesoftw) + ## 0.1.2 October 8, 2025 -- Bug #196: Update package version for `yii2-extensions/road-runner` in `composer.json` and change badge to reflect latest stable version in `README.md` (@terabytesoftw) - Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw) - Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw) - Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw) -- Bug #201: Update SVG viewBox dimensions for mobile and desktop feature illustrations in `features-mobile.svg` and `features.svg` (@terabytesoftw) ## 0.1.1 September 03, 2025 @@ -32,6 +34,11 @@ - Bug #177: Add missing config path to ECS configuration in `ecs.php` (@terabytesoftw) - Bug #182: Improve clarity in deployment options description and add `Nginx` badge in `README.md` (@terabytesoftw) - Bug #188: Update `README.md` to include `FrankenPHP` badge for classic web server setup (@terabytesoftw) +- Bug #196: Update package version for `yii2-extensions/road-runner` in `composer.json` and change badge to reflect latest stable version in `README.md` (@terabytesoftw) +- Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw) +- Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw) +- Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw) +- Bug #201: Update SVG viewBox dimensions for mobile and desktop feature illustrations in `features-mobile.svg` and `features.svg` (@terabytesoftw) ## 0.1.0 August 31, 2025 diff --git a/codeception.yml b/codeception.yml index 395a935..90b6b9b 100644 --- a/codeception.yml +++ b/codeception.yml @@ -1,3 +1,4 @@ +--- namespace: app\tests bootstrap: _bootstrap.php support_namespace: Support diff --git a/composer.lock b/composer.lock index 6a4ca68..bbf1c28 100644 --- a/composer.lock +++ b/composer.lock @@ -6810,8 +6810,8 @@ "version": "2.1.x-dev", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/31fdd1fbd95e1d2fc07ebd41d640f823bba10843", - "reference": "31fdd1fbd95e1d2fc07ebd41d640f823bba10843", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d78a5d837c7642c68943977b751b84d680f003e3", + "reference": "d78a5d837c7642c68943977b751b84d680f003e3", "shasum": "" }, "require": { @@ -6857,7 +6857,7 @@ "type": "github" } ], - "time": "2025-10-08T14:03:40+00:00" + "time": "2025-10-08T16:15:34+00:00" }, { "name": "phpstan/phpstan-strict-rules",