From f3ff34290c6246f1f38478d776a8362c0f8b127f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 02:11:16 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 6 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/extension-installer](https://github.com/phpstan/extension-installer), [phpstan/phpstan](https://github.com/phpstan/phpstan), [rector/rector](https://github.com/rectorphp/rector), [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) 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/extension-installer` to 1.4.2 - [Release notes](https://github.com/phpstan/extension-installer/releases) - [Commits](https://github.com/phpstan/extension-installer/compare/1.4.1...1.4.2) 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 `rector/rector` to 1.2.4 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.3...1.2.4) Updates `symplify/phpstan-rules` to 13.0.1 - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](https://github.com/symplify/phpstan-rules/compare/13.0.0...13.0.1) 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/extension-installer dependency-type: direct:development dependency-group: version-updates - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: version-updates - dependency-name: rector/rector dependency-type: direct:development dependency-group: version-updates - dependency-name: symplify/phpstan-rules 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 17f3a2f..6fa260a 100644 --- a/composer.json +++ b/composer.json @@ -33,19 +33,19 @@ "infection/infection": "^0.27.11 || ^0.28.1", "laminas/laminas-modulemanager": "^2.16.0", "laminas/laminas-servicemanager": "^3.22.1 || ^4.0.0", - "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.1", - "phpstan/phpstan": "^1.11.11", + "phpstan/extension-installer": "^1.4.2", + "phpstan/phpstan": "^1.12.0", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25", - "rector/rector": "^1.2.3", + "rector/rector": "^1.2.4", "rector/type-perfect": "^0.1.8", - "symplify/phpstan-rules": "^13.0.0", + "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" }, "autoload": { "psr-4": {