From 93772d0f7068f80ba405a22dc381070efb18b320 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 1 Aug 2012 15:41:41 +0100 Subject: [PATCH] Require PHPunit in dev composer mode --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f917cf1d..476135a6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,10 @@ "homepage": "https://github.com/lncd/OAuth2", "license": "MIT", "require": { - "php": ">=5.3.0" + "php": ">=5.3.0", + }, + "require-dev": { + "EHER/PHPUnit": "*" }, "repositories": [ {