From 1956c793c6268f67272b88975cb9a82b143ea059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 03:41:24 +0000 Subject: [PATCH] Update phpspec/prophecy requirement from ^1.12 to ^1.13 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/1.12.0...1.13.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ebde4b9a5..808da94a4 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "laminas/laminas-diactoros": "^2.4", "nyholm/psr7": "^1.4", "nyholm/psr7-server": "^1.0.1", - "phpspec/prophecy": "^1.12", + "phpspec/prophecy": "^1.13", "phpstan/phpstan": "^0.12.85", "phpunit/phpunit": "^8.5.13 || ^9.3.8", "slim/http": "^1.2",