From ec37f365d07db7e2959a255ec00f7a8de4baf438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 02:45:36 +0000 Subject: [PATCH] composer(deps): bump the minor-patch-dependencies group with 4 updates Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `monolog/monolog` to 3.7.0 - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/compare/3.6.0...3.7.0) Updates `phpstan/phpstan` to 1.11.6 - [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.11.5...1.11.6) Updates `phpunit/phpunit` to 10.5.25 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.25/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.24...10.5.25) Updates `rector/rector` to 1.2.0 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: monolog/monolog dependency-type: direct:production dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpunit/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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f221f5f..b7df632 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-mbstring": "*", - "monolog/monolog": "^3.6.0", + "monolog/monolog": "^3.7.0", "psr/container": "^1.1.2 || ^2.0.2", "symfony/console": "^6.4.8" }, @@ -36,11 +36,11 @@ "mimmi20/coding-standard": "^5.2.36", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.1", - "phpstan/phpstan": "^1.11.5", + "phpstan/phpstan": "^1.11.6", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^10.5.24", - "rector/rector": "^1.1.1", + "phpunit/phpunit": "^10.5.25", + "rector/rector": "^1.2.0", "rector/type-perfect": "^0.1.6", "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3",