From 8e713417fa4cf8d636af27e60e75f34ce8a03706 Mon Sep 17 00:00:00 2001 From: dawood ikhlaq Date: Mon, 24 Jul 2017 18:41:27 +0200 Subject: [PATCH] add's phpunit to dev of composer file --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 94b6036..de750dc 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,14 @@ ], "minimum-stability": "stable", "require": { - "mikehaertl/php-shellcommand": "^1.2", - "phpunit/phpunit": "^6.2" + "mikehaertl/php-shellcommand": "^1.2" }, "autoload": { "psr-4": { "dawood\\phpChrome\\": "src/" } + }, + "require-dev": { + "phpunit/phpunit": "^6.2" } }