From dc7b7a91febb23f3dd051d9b26bc8faf356846ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2020 09:54:01 +0100 Subject: update to 2.1.0 raise dependency on php-mock 2.2 --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index cf1a32c..2ee9669 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,17 @@ "autoload": { "psr-4": {"phpmock\\integration\\": "classes/"} }, + "autoload-dev": { + "files": ["tests/autoload.php"], + "psr-4": {"phpmock\\integration\\": "tests/"} + }, "require": { "php": ">=5.6", - "php-mock/php-mock": "^2", - "phpunit/php-text-template": "^1" + "php-mock/php-mock": "^2.2", + "phpunit/php-text-template": "^1 || ^2" }, "require-dev": { - "phpunit/phpunit": "^4|^5" + "phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9" }, "archive": { "exclude": ["/tests"] -- cgit