From 6d4a3cac64285e2f8c37842c92546e7003e0579c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 02:38:05 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 3 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.42 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.40...5.2.42) Updates `phpstan/phpstan` to 1.12.0 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.11...1.12.0) Updates `tomasvotruba/unused-public` to 0.3.11 - [Commits](https://github.com/TomasVotruba/unused-public/compare/0.3.10...0.3.11) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: version-updates - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: version-updates - dependency-name: tomasvotruba/unused-public dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fc6a84f..6107ef7 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,10 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.11 || ^0.28.1", - "mimmi20/coding-standard": "^5.2.40", + "mimmi20/coding-standard": "^5.2.42", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.2", - "phpstan/phpstan": "^1.11.11", + "phpstan/phpstan": "^1.12.0", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.26", @@ -42,7 +42,7 @@ "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1", - "tomasvotruba/unused-public": "^0.3.10" + "tomasvotruba/unused-public": "^0.3.11" }, "minimum-stability": "stable", "prefer-stable": true,