From e78b2d41971d13612b9a4952b3062a9242d49264 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Wed, 19 Apr 2017 16:50:37 -0400 Subject: [PATCH] phpunit --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 80a3aa5..6ce02b3 100644 --- a/composer.json +++ b/composer.json @@ -29,4 +29,7 @@ , "symfony/http-foundation": "^2.2|^3.0" , "symfony/routing": "^2.2|^3.0" } + , "require-dev": { + "phpunit/phpunit": "~4.8" + } }