From 30c4ce71050f80e09cc1d6ad11a1a085eb47db1a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 9 Jul 2020 09:18:14 +0100 Subject: [PATCH] Bumped minimum hamcrest/hamcrest-php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5e243c7f..42a077be2 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "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|~9.0"