From 8aa63e255d402fdc688861df9f300f17a49a8710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:40:09 +0000 Subject: [PATCH] chore(deps-dev): update phpspec/prophecy requirement Updates the requirements on [phpspec/prophecy](https://github.com/phpspec/prophecy) to permit the latest version. - [Release notes](https://github.com/phpspec/prophecy/releases) - [Changelog](https://github.com/phpspec/prophecy/blob/master/CHANGES.md) - [Commits](https://github.com/phpspec/prophecy/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: phpspec/prophecy 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 4652785..cec6e72 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "friendsofphp/php-cs-fixer": "3.50.0", "pedrotroller/php-cs-custom-fixer": "2.33.0", "phpspec/phpspec": "7.5.0", - "phpspec/prophecy": "1.18.0", + "phpspec/prophecy": "1.19.0", "phpstan/phpstan": "1.10.59", "rector/rector": "1.0.1", "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.0@dev",