From f506bf573dd8fa27a8379ca2847ee6108a7dafb8 Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 8 Feb 2016 12:06:37 +0100 Subject: [PATCH] added phpunit --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index bcb5752a7..a49eaf643 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,9 @@ "require": { "php": ">=5.6.0" }, + "require-dev": { + "phpunit/phpunit": "5.1.*" + }, "suggest": { "chillerlan/php-googleauth": "*" },