From 44fbb24984b35a153b451ac7232783eb265917bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Fri, 7 Mar 2025 13:33:29 +0000 Subject: [PATCH] Test if it works with php-mock-integration 2.5.0-beta1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9218934..cb41827 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=7", "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11", - "php-mock/php-mock-integration": "^2.3" + "php-mock/php-mock-integration": "^2.5.0-beta1" }, "require-dev": { "mockery/mockery": "^1.3.6"