From 42fdc32f4679101b949878d38637036eb0a8e9bc Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 12 Sep 2014 18:55:20 +0300 Subject: [PATCH] Updated composer.json log4php version to 2.3.0 This now matches PAMI to allow composer installation of both PAGI and PAMI in the same project without a conflict. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0334f72..ce7c878 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,6 @@ }, "require": { "php": ">=5.3.3", - "apache/log4php": ">=2.1.0" + "apache/log4php": "2.3.0" } }