From 66fb3b81e214877129c457e72caa975a6d9d7f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:40:40 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Updates `phpstan/phpstan` to 2.0.3 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.0.1...2.0.3) Updates `phpstan/phpstan-phpunit` to 2.0.1 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.0...2.0.1) Updates `phpunit/phpunit` to 11.4.4 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.4/ChangeLog-11.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.0...11.4.4) --- updated-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: phpunit/phpunit dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e5084ee..858aca0 100644 --- a/composer.json +++ b/composer.json @@ -13,10 +13,10 @@ "require-dev": { "editorconfig-checker/editorconfig-checker": "^10.6.0", "ergebnis/composer-normalize": "^2.44.0", - "phpstan/phpstan": "^2.0.1", - "phpstan/phpstan-phpunit": "^2.0.0", + "phpstan/phpstan": "^2.0.3", + "phpstan/phpstan-phpunit": "^2.0.1", "phpstan/phpstan-strict-rules": "^2.0.0", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.4", "shipmonk/composer-dependency-analyser": "^1.8.1", "shipmonk/name-collision-detector": "^2.1.1", "shipmonk/phpstan-rules": "^4.0.0",