From 5fcf01f4c8bd2ff215d369dbac6115b90c3848e3 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 5 Apr 2015 17:00:01 +0100 Subject: [PATCH] Updated composer dev requirements --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b73b4d6e..42950d9a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,9 @@ }, "require-dev": { "phpunit/phpunit": "4.3.*", - "mockery/mockery": "0.9.*" + "mockery/mockery": "0.9.*", + "codeception/codeception": "~2.0", + "flow/jsonpath": "0.2.*" }, "repositories": [ {