Commit 1d896d2af719a0b8a6fd2c1374d2db0087e32751

Authored by Yarik
1 parent 2e9cac7f

Testing

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
1 { 1 {
2 "name": "artweb/yii2-artbox", 2 "name": "artweb/yii2-artbox",
3 - "description": "Yii2 ligth-weight CMS", 3 + "description": "Yii2 light-weight CMS",
4 "license": "BSD-3-Clause", 4 "license": "BSD-3-Clause",
5 "require": { 5 "require": {
6 "php": ">=7.0", 6 "php": ">=7.0",
7 "yiisoft/yii2": "*" 7 "yiisoft/yii2": "*"
8 }, 8 },
9 "autoload": { 9 "autoload": {
10 - "psr-0": { 10 + "psr-4": {
11 "artweb\\artbox\\": "" 11 "artweb\\artbox\\": ""
12 } 12 }
13 } 13 }