From baacc40767c135592f91dcfe07f6f61146fd78b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:52:38 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from 8.3.0 to 8.3.1 Updates the requirements on [phpspec/phpspec](https://github.com/phpspec/phpspec) to permit the latest version. - [Release notes](https://github.com/phpspec/phpspec/releases) - [Changelog](https://github.com/phpspec/phpspec/blob/main/CHANGES-v8.md) - [Commits](https://github.com/phpspec/phpspec/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: phpspec/phpspec dependency-version: 8.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5648020..2c92a64 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "ext-mbstring": "*", - "phpspec/phpspec": "8.3.0", + "phpspec/phpspec": "8.3.1", "phpunit/phpunit": "9.6.* || 10.5.*", "friends-of-phpspec/phpspec-code-coverage": "7.0.0", "phpstan/phpstan": "1.10.* || 1.11.* || 1.12.*",