From 7a3cd2728c4b0c9db1b6bcea411f8df87b69ecd3 Mon Sep 17 00:00:00 2001 From: tsurkanovm Date: Mon, 26 Oct 2015 12:04:39 +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 7663c07..76bd713 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "autoload": { "psr-4": { - "yii\\multiparser\\": "artweb\\yii2-multiparser\\lib\\" + "yii\\multiparser\\": "lib\\" } } } -- libgit2 0.21.4