From da25ae12637b7c3895ebd85209ebf0754fb66bcd Mon Sep 17 00:00:00 2001 From: dinbrca Date: Tue, 6 Dec 2016 14:05:43 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28a0bf5..b12fa29 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": ">=5.3.0", "ext-pcntl": "*", "colinmollenhour/credis": "~1.7", - "psr/log": "1.0.0" + "psr/log": "~1.0" }, "suggest": { "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",