From 6320242afd8ace088d3c6205401b2c9f335f0e09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jul 2020 14:09:08 +0200 Subject: update to 2.0.1 switch to phpunit7 --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5349f5f..712ad96 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "This is the PHP port of Hamcrest Matchers", "keywords": ["test"], - "license": "BSD", + "license": "BSD-3-Clause", "authors": [ ], @@ -15,13 +15,12 @@ }, "require": { - "php": "^5.3|^7.0" + "php": "^5.3|^7.0|^8.0" }, "require-dev": { - "satooshi/php-coveralls": "^1.0", - "phpunit/php-file-iterator": "1.3.3", - "phpunit/phpunit": "~4.0" + "phpunit/php-file-iterator": "^1.4 || ^2.0", + "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" }, "replace": { @@ -32,7 +31,7 @@ "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } } } -- cgit