From cfe71719ef6575d940375a9f7e6226dbc966cc56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:09:13 +0000 Subject: [PATCH 1/2] chore(deps-dev): update symplify/easy-coding-standard requirement Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) to permit the latest version. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](https://github.com/easy-coding-standard/easy-coding-standard/compare/12.1.0...13.0.0) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b468647..eadd362 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0.3", "phpunit/phpunit": "^10.2", - "symplify/easy-coding-standard": "^12.1" + "symplify/easy-coding-standard": "^13.0" }, "autoload": { "psr-4": { From de10f1df61ae4570c3aa4648b277949260139d64 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Wed, 12 Nov 2025 09:35:21 -0300 Subject: [PATCH 2/2] Add line to `CHANGELOG.md`. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8855919..836eca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Bug #76: bump `php-forge/actions` from `1` to `2` (@dependabot) - Bug #77: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw) - Bug #78: Improve `.gitignore` formatting and add missing entries for better clarity (@terabytesoftw) +- Dep #79: Update `symplify/easy-coding-standard requirement` from `^12.5` to `^13.0` (@dependabot) ## 0.3.1 August 16, 2025