From de67ac98afc9a220bd2851259a537b97fcd6d542 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Feb 2023 14:12:27 +0100 Subject: update to 2.2.1 allow phpunit10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2ee9669..ab6db08 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,11 @@ }, "require": { "php": ">=5.6", - "php-mock/php-mock": "^2.2", - "phpunit/php-text-template": "^1 || ^2" + "php-mock/php-mock": "^2.4", + "phpunit/php-text-template": "^1 || ^2 || ^3" }, "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9" + "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10" }, "archive": { "exclude": ["/tests"] -- cgit