From 76b1331d2fb4521f14476e33cb39ee485dda09ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:26:26 +0000 Subject: [PATCH] composer(deps): bump the minor-patch-dependencies group with 2 updates Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `friendsofphp/php-cs-fixer` to 3.23.0 - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.22.0...v3.23.0) Updates `phpstan/phpstan` to 1.10.29 - [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.28...1.10.29) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:production dependency-group: minor-patch-dependencies - dependency-name: phpstan/phpstan 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 7a2a717..f140941 100644 --- a/composer.json +++ b/composer.json @@ -33,14 +33,14 @@ "require": { "php": "^8.1.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", - "friendsofphp/php-cs-fixer": "^v3.22.0", + "friendsofphp/php-cs-fixer": "^v3.23.0", "sirbrillig/phpcs-variable-analysis": "^2.11.17", "slevomat/coding-standard": "^8.13.4", "squizlabs/php_codesniffer": "^3.7.2" }, "require-dev": { "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.28", + "phpstan/phpstan": "^1.10.29", "phpstan/phpstan-deprecation-rules": "^1.1.4" }, "minimum-stability": "stable",