From f119da2f4ab96e396cc31bc8fa39d8248415e3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:16:26 +0000 Subject: [PATCH] build(deps-dev): update phpspec/phpspec requirement from ^7.5 to ^8.3 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/7.5.0...8.3.0) --- updated-dependencies: - dependency-name: phpspec/phpspec dependency-version: 8.3.0 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 d88df49..da9669e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "friends-of-behat/variadic-extension": "^1.6", "friendsofphp/php-cs-fixer": "^3.66", "nyholm/psr7": "^1.8", - "phpspec/phpspec": "^7.5", + "phpspec/phpspec": "^8.3", "phpstan/phpstan": "^1.12", "phpstan/phpstan-doctrine": "^1.3", "phpstan/phpstan-webmozart-assert": "^1.2",