diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-09 14:09:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-09 14:09:08 +0200 |
commit | 6320242afd8ace088d3c6205401b2c9f335f0e09 (patch) | |
tree | f062868ba0f071bcebbf33173141b16d83d63012 /composer.json | |
parent | 1a3994b11428c719fd86cc38e68c6b7d77779ebe (diff) |
switch to phpunit7
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 5 insertions, 6 deletions
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" } } } |