From e80f15f5906784214d30ad7f1b323f11d63652ee Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 26 Aug 2014 18:17:00 +0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 05a17c3..0334f72 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ }, "require": { "php": ">=5.3.3", - "apache/log4php": "2.1.0" + "apache/log4php": ">=2.1.0" } }