diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-02 17:03:49 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-02 17:03:49 +0100 |
commit | edaa467b6e2eb746d36fde0e57b38faee5994864 (patch) | |
tree | 6cf7f4b5957f3d23f58ff2e86a0b5836ec1fef0c | |
parent | e1af7a5f180e77ae12ae157fc01da201864375c9 (diff) |
composer.json: Add missing , to fix syntax error
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | composer.json | 2 |
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" } } |