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