From f576360b8f6d430320bc9b64ac7e5c58b29ba6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 03:56:07 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `phpstan/phpstan` to 1.10.60 - [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.59...1.10.60) Updates `rector/rector` to 1.0.2 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: phpstan/phpstan 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 40dbd30..01ed508 100644 --- a/composer.json +++ b/composer.json @@ -38,11 +38,11 @@ "mimmi20/coding-standard": "^5.2.17", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.59", + "phpstan/phpstan": "^1.10.60", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.16", "phpunit/phpunit": "^10.5.11", - "rector/rector": "^1.0.1" + "rector/rector": "^1.0.2" }, "suggest": { "laminas/laminas-modulemanager": "to register this project as module",