summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-06 09:19:18 +0100
committerRemi Collet <remi@remirepo.net>2018-02-06 09:19:18 +0100
commitc65d942479581cade73cb7d6a9a8a4e5998b9543 (patch)
tree66ebd2509904e24563d111bc0f62ae16082a9390 /composer.json
parentd0a27a0ac21493975d1b8972e0fad4c75a8bbf8d (diff)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index febdd23..e4b235f 100644
--- a/composer.json
+++ b/composer.json
@@ -8,6 +8,9 @@
"require": {
"php": "^5.3.6 || ^7.0"
},
+ "conflict": {
+ "phpunit/phpunit": ">=6.0"
+ },
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.4.3"
},
@@ -23,6 +26,6 @@
"suggest": {
"ext-dom": "When testing with xml.",
"ext-libxml": "When testing with xml.",
- "phpunit/phpunit" : "This is an extension for it so make sure you have it some way."
+ "phpunit/phpunit" : "This is an extension for PHPUnit so make sure you have that in some way."
}
}