From 6f88bf14a28ee6f5e54b6776a8b2f2b0e572f029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 02:02:08 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 2 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.44 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.43...5.2.44) Updates `phpstan/phpstan` to 1.12.5 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.4...1.12.5) --- 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 ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ba934e9..78ec3ef 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ "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.43", + "mimmi20/coding-standard": "^5.2.44", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.4", + "phpstan/phpstan": "^1.12.5", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25",