Commit b53af29a0c1f55de3048e51337cc363aa94c532c
1 parent
03a260d3
sitemap xml generation
Showing
3 changed files
with
9 additions
and
1 deletions
Show diff stats
backend/config/main.php
composer.json
... | ... | @@ -18,7 +18,7 @@ |
18 | 18 | "minimum-stability": "stable", |
19 | 19 | "require": { |
20 | 20 | "php": ">=7.0", |
21 | - "yiisoft/yii2": "~2.0", | |
21 | + "yiisoft/yii2": "<=2.0.12", | |
22 | 22 | "yiisoft/yii2-bootstrap": "~2.0", |
23 | 23 | "yiisoft/yii2-swiftmailer": "~2.0", |
24 | 24 | "noam148/yii2-image-manager": "~1.0", |
... | ... | @@ -64,6 +64,10 @@ |
64 | 64 | { |
65 | 65 | "type": "vcs", |
66 | 66 | "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git" |
67 | + }, | |
68 | + { | |
69 | + "type": "composer", | |
70 | + "url": "https://asset-packagist.org" | |
67 | 71 | } |
68 | 72 | ] |
69 | 73 | } | ... | ... |