diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-06 11:10:17 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-06 11:10:17 +0100 |
commit | 5118ea67e0defe44918c8523a3f7c9ac7a48e937 (patch) | |
tree | e25c169c61589aedd0af060c1096bda19ee2b65c /composer.json | |
parent | 772569f15e192a07a230b38be1700c1ac5c28cc8 (diff) |
update to 2.2.0
add dependency on php-mock2 for phpunit8 compatibility
allow phpunit8
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5a93b9d..cfc2c6a 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": ">=7", - "phpunit/phpunit": "^6 || ^7", + "phpunit/phpunit": "^6 || ^7 || ^8", "php-mock/php-mock-integration": "^2" }, "archive": { |