Commit cfb27c7f573d0d522c4acf3bf7a7be70ed73ea37

Authored by Mihail
1 parent f58616d8

fixed namespace issue

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
composer.json
... ... @@ -3,7 +3,7 @@
3 3 "name": "artweb/yii2-multiparser",
4 4 "type": "library",
5 5 "description": "This extension provides a Multiparser solution for Yii framework 2.0.",
6   - "keywords": [ "yii2", "parser", "csv", "xml, xlsx" ],
  6 + "keywords": [ "yii2", "parser", "csv", "xml", "xlsx" ],
7 7 "homepage": "https://github.com/tsurkanovm/yii-multiparser.git",
8 8 "license": "MIT",
9 9 "authors": [
... ...