diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-05 09:35:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-05 09:35:48 +0100 |
commit | 29cb020648d16afc98e289e65570455460bc3e2d (patch) | |
tree | d49123321402aa5f12b084e050e1ae50f9c32907 /composer.json | |
parent | 3142a0be530bcb72bbee1fe0e27454397001d56a (diff) |
rename to php-mock-phpunit2
Update to 2.0.1
raise dependency on PHP 7
raise dependency on php-mock-integration 2
switch top phpunit6
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 9a1aa20..bdb2f92 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,11 @@ "psr-4": {"phpmock\\phpunit\\": "classes/"} }, "require": { - "php": ">=5.5", - "phpunit/phpunit": "^4.0.0 || ^5.0.0", - "php-mock/php-mock-integration": "^1" + "php": ">=7", + "phpunit/phpunit": "^6 <6.5", + "php-mock/php-mock-integration": "^2" }, "archive": { "exclude": ["/tests"] - }, - "conflict": { - "phpunit/phpunit-mock-objects": "3.2.0" } } |