From c59a8bf5f302cb5639408a383c9a0ddace462ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:36:57 +0000 Subject: [PATCH] Update phpspec/prophecy requirement from ^1.18 to ^1.19 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 071c0e7..879a09e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "psr/http-server-middleware": "^1.0" }, "require-dev": { - "phpspec/prophecy": "^1.18", + "phpspec/prophecy": "^1.19", "phpspec/prophecy-phpunit": "^2.1", "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3.8"