From 8a88c3ec6305f1cd1a24e0b39d2ce1acf6b96924 Mon Sep 17 00:00:00 2001 From: Tim Younger Date: Fri, 6 Jan 2017 08:21:01 -0700 Subject: [PATCH] add monolog to integration-test composer config. --- integration-tests/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/composer.json b/integration-tests/composer.json index e0cd69628..83541023a 100644 --- a/integration-tests/composer.json +++ b/integration-tests/composer.json @@ -11,6 +11,7 @@ ], "require": { "php": ">=5.3", + "monolog/monolog": "^1.22", "predis/predis": "1.0.*" }, "require-dev": {