summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-05 09:35:48 +0100
committerRemi Collet <remi@remirepo.net>2017-12-05 09:35:48 +0100
commit29cb020648d16afc98e289e65570455460bc3e2d (patch)
treed49123321402aa5f12b084e050e1ae50f9c32907 /composer.json
parent3142a0be530bcb72bbee1fe0e27454397001d56a (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.json9
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"
}
}