From 25dec1a00e4a7d92d2a31af66190ff5f1fa5cd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:39:00 +0000 Subject: [PATCH] Update phpspec/prophecy requirement from ^1.17 to ^1.18 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.17.0...v1.18.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 af43602c1..47052a256 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "laminas/laminas-diactoros": "^2.17 || ^3", "nyholm/psr7": "^1.8", "nyholm/psr7-server": "^1.1", - "phpspec/prophecy": "^1.17", + "phpspec/prophecy": "^1.18", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.6",