summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-29 23:05:38 +0000
committerAndres Rey <[email protected]>2017-11-29 23:05:38 +0000
commit61afdb993c44a0927bbb180f5c3124ca3ed76124 (patch)
tree324027fc1389d62833ca55602a4b617db4225a3b /composer.json
parent5056c06201bfb40804f48837eb94e86e9b134395 (diff)
Bump PHPUnit version
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 238b8cf..7d3a225 100644
--- a/composer.json
+++ b/composer.json
@@ -23,6 +23,6 @@
"ext-xml": "*"
},
"require-dev": {
- "phpunit/phpunit": "4.*"
+ "phpunit/phpunit": "^5.7"
}
}