From ad6393b3f59f327daece30c0a51d3abf55921873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 02:33:50 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 5 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.29 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.26...5.2.29) Updates `phpstan/phpstan` to 1.11.0 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.67...1.11.0) Updates `phpstan/phpstan-deprecation-rules` to 1.2.0 - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/1.1.4...1.2.0) Updates `phpstan/phpstan-phpunit` to 1.4.0 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.16...1.4.0) Updates `rector/rector` to 1.0.5 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan-deprecation-rules dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: rector/rector dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bd5f4b6..cef7005 100644 --- a/composer.json +++ b/composer.json @@ -30,14 +30,14 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.11", - "mimmi20/coding-standard": "^5.2.26", + "mimmi20/coding-standard": "^5.2.29", "nikic/php-parser": "^4.19.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.67", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "phpstan/phpstan-phpunit": "^1.3.16", + "phpstan/phpstan": "^1.11.0", + "phpstan/phpstan-deprecation-rules": "^1.2.0", + "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.20", - "rector/rector": "^1.0.4" + "rector/rector": "^1.0.5" }, "minimum-stability": "stable", "prefer-stable": true,