Commit 1a879e362458c6b72a9778d3ed506aa40716a69c

Authored by Yarik
1 parent 360fa023

Compose fix

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
composer.json
1 1 {
2   - "name": "artweb/artbox-gentelella",
3   - "description": "Artbox Gentelella support extension",
  2 + "name": "artweb/artbox-weblog",
  3 + "description": "Artbox blog support extension",
4 4 "license": "BSD-3-Clause",
5 5 "minimum-stability": "dev",
6 6 "type": "yii2-extension",
... ... @@ -11,7 +11,7 @@
11 11 },
12 12 "autoload": {
13 13 "psr-4": {
14   - "artbox\\gentelella\": ""
  14 + "artbox\\weblog\": ""
15 15 }
16 16 }
17 17 }
18 18 \ No newline at end of file
... ...