From 359f718124be6912c58113813ba9470575c35f7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jul 2020 09:42:27 +0200 Subject: update to 1.3.2 switch to phpunit9 raise dependency on hamcrest/hamcrest-php 2.0.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index bf0bd0e..42a077b 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ "require": { "php": ">=5.6.0", "lib-pcre": ">=7.0", - "hamcrest/hamcrest-php": "~2.0" + "hamcrest/hamcrest-php": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0" + "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0" }, "autoload": { "psr-0": { -- cgit