From f58616d89eb50ab76845e46c3bdcd38ecb962ff2 Mon Sep 17 00:00:00 2001 From: tsurkanovm Date: Mon, 26 Oct 2015 11:42:51 +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 9db2ccf..ade768b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "autoload": { "psr-4": { - "artweb\\yii2-multiparser\\lib": "" + "artweb\\yii2-multiparser\\lib\\": "" } } } -- libgit2 0.21.4