From a726b62ffba778a483da25ddfdeda9e3745aaf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 02:51:45 +0000 Subject: [PATCH] composer(deps-dev): bump the development-dependencies group with 4 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [rector/rector](https://github.com/rectorphp/rector) and [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) to permit the latest version. Updates `mimmi20/coding-standard` to 6.1.5 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/6.1.4...6.1.5) Updates `phpstan/phpstan` to 2.1.18 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.1.17...2.1.18) Updates `rector/rector` to 2.1.2 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.1.1...2.1.2) Updates `symplify/phpstan-rules` to 14.6.11 - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](https://github.com/symplify/phpstan-rules/compare/14.6.9...14.6.11) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-version: 6.1.5 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.18 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: rector/rector dependency-version: 2.1.2 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: symplify/phpstan-rules dependency-version: 14.6.11 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e0e395c..d401147 100644 --- a/composer.json +++ b/composer.json @@ -35,17 +35,17 @@ "laminas/laminas-modulemanager": "^2.17.0", "laminas/laminas-servicemanager": "^3.22.1", "mikey179/vfsstream": "^1.6.12", - "mimmi20/coding-standard": "^6.1.4", + "mimmi20/coding-standard": "^6.1.5", "nikic/php-parser": "^5.5.0", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.1.17", + "phpstan/phpstan": "^2.1.18", "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpunit/phpunit": "^12.2.7", - "rector/rector": "^2.1.1", + "rector/rector": "^2.1.2", "rector/type-perfect": "^2.1.0", "shipmonk/composer-dependency-analyser": "^1.8.3", "symfony/process": "^7.3.0", - "symplify/phpstan-rules": "^14.6.9", + "symplify/phpstan-rules": "^14.6.11", "tomasvotruba/cognitive-complexity": "^1.0.0", "tomasvotruba/type-coverage": "^2.0.2", "tomasvotruba/unused-public": "^2.0.1"