From 9807f44b74d4faae8e2b57884d95e130ff702dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 03:00:37 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 5 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) and [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.41 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.40...5.2.41) 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) --- 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 ... Signed-off-by: dependabot[bot] --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index da10114..1ac3d4b 100644 --- a/composer.json +++ b/composer.json @@ -34,16 +34,16 @@ "laminas/laminas-http": "^2.19.0", "laminas/laminas-modulemanager": "^2.16.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^5.2.40", + "mimmi20/coding-standard": "^5.2.41", "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.27", - "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"