summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-04 10:17:54 +0100
committerRemi Collet <remi@remirepo.net>2018-01-04 10:17:54 +0100
commit6b32d19429b90307d92dc52c42c995125298a35e (patch)
tree78c6190f3b1fe7e4124facd39a68acf77a5fb79b /composer.json
parentcaac86460c145e43d8f04dcda9b6d2b15ebf5be1 (diff)
v1.7.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 3f42c4f..a8706ad 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
"php": "^5.3 || ^7.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5"
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"autoload": {
"psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" }