From 7d11e400050843233de6c74f19c9140cf2d5b1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:32:45 +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 [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.40 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.39...5.2.40) Updates `phpstan/phpstan` to 1.11.10 - [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.9...1.11.10) Updates `rector/rector` to 1.2.3 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.2...1.2.3) --- 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: rector/rector 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 465c26c..e52e76b 100644 --- a/composer.json +++ b/composer.json @@ -34,14 +34,14 @@ "laminas/laminas-http": "^2.19.0", "laminas/laminas-modulemanager": "^2.16.0", "laminas/laminas-servicemanager": "^3.22.1", - "mimmi20/coding-standard": "^5.2.39", + "mimmi20/coding-standard": "^5.2.40", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.1", - "phpstan/phpstan": "^1.11.9", + "phpstan/phpstan": "^1.11.10", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.27", - "rector/rector": "^1.2.2", + "rector/rector": "^1.2.3", "rector/type-perfect": "^0.1.8", "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3",