From 621eeb7ca545dd727c10bfd50be78d4202d40575 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Jan 2018 10:00:26 +0100 Subject: Update to 2.0.0 rename to php-hamcrest2 --- composer.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index a1b48c1..5349f5f 100644 --- a/composer.json +++ b/composer.json @@ -8,25 +8,31 @@ ], "autoload": { - "classmap": ["hamcrest"], - "files": ["hamcrest/Hamcrest.php"] + "classmap": ["hamcrest"] }, "autoload-dev": { "classmap": ["tests", "generator"] }, "require": { - "php": ">=5.3.2" + "php": "^5.3|^7.0" }, "require-dev": { - "satooshi/php-coveralls": "dev-master", - "phpunit/php-file-iterator": "1.3.3" + "satooshi/php-coveralls": "^1.0", + "phpunit/php-file-iterator": "1.3.3", + "phpunit/phpunit": "~4.0" }, "replace": { "kodova/hamcrest-php": "*", "davedevelopment/hamcrest-php": "*", "cordoval/hamcrest-php": "*" - } + }, + + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + } } -- cgit