Commit 28bbf96809d0e7820cbbabdcb1257506c0654f44
0 parents
first commit
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
1 | +++ a/composer.json | ||
1 | +{ | ||
2 | + "name": "artweb/artbox-seo", | ||
3 | + "description": "Yii2 light-weight CMS", | ||
4 | + "license": "BSD-3-Clause", | ||
5 | + "require": { | ||
6 | + "php": ">=7.0", | ||
7 | + "yiisoft/yii2": "*", | ||
8 | + "developeruz/yii2-db-rbac": "*" | ||
9 | + }, | ||
10 | + "autoload": { | ||
11 | + "psr-4": { | ||
12 | + "artweb\\artbox\\seo\\": "" | ||
13 | + } | ||
14 | + } | ||
15 | +} | ||
0 | \ No newline at end of file | 16 | \ No newline at end of file |