diff --git a/backend/config/main.php b/backend/config/main.php index d67e0c6..4668141 100755 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -104,6 +104,10 @@ ], 'url' => 'page/view', ], + [ + 'class' => \artbox\weblog\models\Article::className(), + 'url' => 'blog/article', + ], ], ], ], diff --git a/composer.json b/composer.json index 1eaa5ca..ef46d42 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "minimum-stability": "stable", "require": { "php": ">=7.0", - "yiisoft/yii2": "~2.0", + "yiisoft/yii2": "<=2.0.12", "yiisoft/yii2-bootstrap": "~2.0", "yiisoft/yii2-swiftmailer": "~2.0", "noam148/yii2-image-manager": "~1.0", @@ -64,6 +64,10 @@ { "type": "vcs", "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git" + }, + { + "type": "composer", + "url": "https://asset-packagist.org" } ] } diff --git a/frontend/web/img/aw_logo.png b/frontend/web/img/aw_logo.png old mode 100644 new mode 100755 index 9bdceb1..9bdceb1 Binary files a/frontend/web/img/aw_logo.png and b/frontend/web/img/aw_logo.png differ -- libgit2 0.21.4