From 28bbf96809d0e7820cbbabdcb1257506c0654f44 Mon Sep 17 00:00:00 2001 From: yarik Date: Tue, 8 Nov 2016 23:16:11 +0200 Subject: [PATCH] first commit --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) create mode 100644 composer.json 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