From 49ca9a12caf00dab748564747b54b25ee1a7d178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:43:53 +0000 Subject: [PATCH] composer(deps-dev): bump the minor-patch-dependencies group with 4 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [nikic/php-parser](https://github.com/nikic/PHP-Parser), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.1.10 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.1.9...5.1.10) Updates `nikic/php-parser` to 4.17.1 - [Release notes](https://github.com/nikic/PHP-Parser/releases) - [Changelog](https://github.com/nikic/PHP-Parser/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/nikic/PHP-Parser/compare/v4.16.0...v4.17.1) Updates `phpstan/phpstan` to 1.10.28 - [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.27...1.10.28) Updates `rector/rector` to 0.17.12 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.17.10...0.17.12) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: nikic/php-parser dependency-type: direct:development dependency-group: minor-patch-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5df9330..730944d 100644 --- a/composer.json +++ b/composer.json @@ -37,14 +37,14 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.0", - "mimmi20/coding-standard": "^5.1.9", - "nikic/php-parser": "^4.16.0", + "mimmi20/coding-standard": "^5.1.10", + "nikic/php-parser": "^4.17.1", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.27", + "phpstan/phpstan": "^1.10.28", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.13", "phpunit/phpunit": "^10.3.1", - "rector/rector": "^0.17.10", + "rector/rector": "^0.17.12", "vimeo/psalm": "^5.14.1" }, "minimum-stability": "stable",