From 57d9680b6f95cdfcde3cbef36f655a69e56457c7 Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Fri, 7 Mar 2014 14:17:15 +0100 Subject: [PATCH] Adding psr/log interfaces to the require block of composer. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 11419c94..90a66b2a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "require": { "php": ">=5.3.2", "ext-curl": "*", - "guzzle/guzzle": ">=0.7" + "guzzle/guzzle": ">=0.7", + "psr/log:": "~1.0" }, "require-dev": { "phpunit/phpunit": ">=3.7",