From 361dc1de80960be7f50b734a339cc7518774918b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:33:22 +0000 Subject: [PATCH] composer(deps-dev): bump the version-updates group with 4 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules), [rector/rector](https://github.com/rectorphp/rector) and [rector/type-perfect](https://github.com/rectorphp/type-perfect) to permit the latest version. Updates `phpstan/phpstan` to 1.12.3 - [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.2...1.12.3) Updates `phpstan/phpstan-deprecation-rules` to 1.2.1 - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/1.2.0...1.2.1) Updates `rector/rector` to 1.2.5 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.4...1.2.5) Updates `rector/type-perfect` to 0.2.0 - [Commits](https://github.com/rectorphp/type-perfect/compare/0.1.8...0.2.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: version-updates - dependency-name: phpstan/phpstan-deprecation-rules dependency-type: direct:development dependency-group: version-updates - dependency-name: rector/rector dependency-type: direct:development dependency-group: version-updates - dependency-name: rector/type-perfect dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a44153b..2097936 100644 --- a/composer.json +++ b/composer.json @@ -37,12 +37,12 @@ "mimmi20/coding-standard": "^5.2.43", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.2", - "phpstan/phpstan-deprecation-rules": "^1.2.0", + "phpstan/phpstan": "^1.12.3", + "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.25", - "rector/rector": "^1.2.4", - "rector/type-perfect": "^0.1.8", + "rector/rector": "^1.2.5", + "rector/type-perfect": "^0.2.0", "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1",