From 77ac5ba848d96024ab85de68d30160d895b74f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 8 Mar 2025 18:09:43 +0000 Subject: [PATCH 1/3] qa: Allow php-mock/php-mock-integration 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1f75b8..c26e42e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": ">=5.6", "mockery/mockery": "^1", - "php-mock/php-mock-integration": "^2.2.1" + "php-mock/php-mock-integration": "^2.5.0-beta1" }, "require-dev": { "phpunit/phpunit": "^4|^5|^8" From 65ffd8dc063dfd05170f7397b9c1006ff06d6c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 8 Mar 2025 19:28:32 +0000 Subject: [PATCH 2/3] Just to try with 3.0.0-beta1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c26e42e..a7e38c1 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": ">=5.6", "mockery/mockery": "^1", - "php-mock/php-mock-integration": "^2.5.0-beta1" + "php-mock/php-mock-integration": "^3.0.0-beta1" }, "require-dev": { "phpunit/phpunit": "^4|^5|^8" From 5369bd97a00ee7db6a6f2139829d1a063972312a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 8 Mar 2025 19:43:57 +0000 Subject: [PATCH 3/3] allow 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7e38c1..bf9568e 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": ">=5.6", "mockery/mockery": "^1", - "php-mock/php-mock-integration": "^3.0.0-beta1" + "php-mock/php-mock-integration": "^2.2.1 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^4|^5|^8"