From dc81d93a38be4e0cfd5dd688dc775bf40e23d90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:24:05 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 6 updates Updates the requirements on [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. Updates `ergebnis/composer-normalize` to 2.43.0 - [Release notes](https://github.com/ergebnis/composer-normalize/releases) - [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/composer-normalize/compare/2.42.0...2.43.0) Updates `phpstan/phpstan` to 1.11.8 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.67...1.11.8) Updates `phpstan/phpstan-phpunit` to 1.4.0 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.16...1.4.0) Updates `phpstan/phpstan-strict-rules` to 1.6.0 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.5.5...1.6.0) Updates `shipmonk/composer-dependency-analyser` to 1.6.1 - [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases) - [Commits](https://github.com/shipmonk-rnd/composer-dependency-analyser/compare/1.5.0...1.6.1) Updates `shipmonk/phpstan-rules` to 3.1.0 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.12.0...3.1.0) --- updated-dependencies: - dependency-name: ergebnis/composer-normalize dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: shipmonk/composer-dependency-analyser dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: shipmonk/phpstan-rules dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 3c942a3..16bae19 100644 --- a/composer.json +++ b/composer.json @@ -12,14 +12,14 @@ }, "require-dev": { "editorconfig-checker/editorconfig-checker": "^10.6.0", - "ergebnis/composer-normalize": "^2.42.0", - "phpstan/phpstan": "^1.10.67", - "phpstan/phpstan-phpunit": "^1.3.16", - "phpstan/phpstan-strict-rules": "^1.5.5", + "ergebnis/composer-normalize": "^2.43.0", + "phpstan/phpstan": "^1.11.8", + "phpstan/phpstan-phpunit": "^1.4.0", + "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^10.5", - "shipmonk/composer-dependency-analyser": "^1.5", + "shipmonk/composer-dependency-analyser": "^1.6", "shipmonk/name-collision-detector": "^2.1.1", - "shipmonk/phpstan-rules": "^2.12", + "shipmonk/phpstan-rules": "^3.1", "slevomat/coding-standard": "^8.15.0" }, "autoload": {