From c79447fd843024c9544994274b8224ac443f623b Mon Sep 17 00:00:00 2001 From: tsurkanovm Date: Mon, 26 Oct 2015 11:56:09 +0200 Subject: [PATCH] fixed namespace issue --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2da51e6..7663c07 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "autoload": { "psr-4": { - "artweb\\yii2-multiparser\\lib\\": "" + "yii\\multiparser\\": "artweb\\yii2-multiparser\\lib\\" } } } -- libgit2 0.21.4