summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-02 17:03:49 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-02 17:03:49 +0100
commitedaa467b6e2eb746d36fde0e57b38faee5994864 (patch)
tree6cf7f4b5957f3d23f58ff2e86a0b5836ec1fef0c /composer.json
parente1af7a5f180e77ae12ae157fc01da201864375c9 (diff)
composer.json: Add missing , to fix syntax error
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 01d98c7a2..3ad506f62 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
},
"require-dev": {
"mikey179/vfsStream": "1.1.*",
- "phpunit/phpunit": "4.* || 5.*"
+ "phpunit/phpunit": "4.* || 5.*",
"phpunit/php-code-coverage": "^5"
}
}