From e890e6b840bbdb984d8624fc7ee57a4002a4f4dc Mon Sep 17 00:00:00 2001 From: Ben Wise Date: Thu, 22 Sep 2016 16:11:50 +1000 Subject: [PATCH] Allow updates of psr/log package <2.0.0 psr/log is now at 1.0.1 but held back to 1.0.0. as per https://getcomposer.org/doc/articles/versions.md#caret Many thanks. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 19fa87a..faa61e7 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": ">=5.3.0", "ext-curl": "*", "ext-json": "*", - "psr/log": "1.0.0" + "psr/log": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "3.7.*"