diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..15813b5 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "artweb/artbox-seo", + "description": "Yii2 light-weight CMS", + "license": "BSD-3-Clause", + "require": { + "php": ">=7.0", + "yiisoft/yii2": "*", + "developeruz/yii2-db-rbac": "*" + }, + "autoload": { + "psr-4": { + "artweb\\artbox\\seo\\": "" + } + } +} \ No newline at end of file -- libgit2 0.21.4