From cfb27c7f573d0d522c4acf3bf7a7be70ed73ea37 Mon Sep 17 00:00:00 2001 From: tsurkanovm Date: Mon, 26 Oct 2015 11:44:57 +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 ade768b..2da51e6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "name": "artweb/yii2-multiparser", "type": "library", "description": "This extension provides a Multiparser solution for Yii framework 2.0.", - "keywords": [ "yii2", "parser", "csv", "xml, xlsx" ], + "keywords": [ "yii2", "parser", "csv", "xml", "xlsx" ], "homepage": "https://github.com/tsurkanovm/yii-multiparser.git", "license": "MIT", "authors": [ -- libgit2 0.21.4