From 782add8bbb4933ca79759602c9da5154c6e1fc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:49:30 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `phpunit/phpunit` to 12.2.7 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.7/ChangeLog-12.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.0.0...12.2.7) Updates `phpstan/phpstan` to 2.1.17 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.0...2.1.17) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.7 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: phpstan/phpstan dependency-version: 2.1.17 dependency-type: direct:development dependency-group: dev-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 5d8fad29..da646cda 100644 --- a/composer.json +++ b/composer.json @@ -38,8 +38,8 @@ "ext-fileinfo": "*" }, "require-dev": { - "phpunit/phpunit": "^11.0", - "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^12.2", + "phpstan/phpstan": "^2.1", "squizlabs/php_codesniffer": "^3.8", "friendsofphp/php-cs-fixer": "^3.40" },