Commit 6c2bf89ed5fc4ac08167285db3c51f24eddd9bb7
1 parent
c1a6bfd3
working build
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
composer.json
| ... | ... | @@ -18,7 +18,8 @@ |
| 18 | 18 | "minimum-stability": "stable", |
| 19 | 19 | "require": { |
| 20 | 20 | "php": ">=7.0", |
| 21 | - "yiisoft/yii2": "<=2.0.12", | |
| 21 | + "yiisoft/yii2": "<=2.0.13", | |
| 22 | + "execut/yii2-base": "1.8", | |
| 22 | 23 | "yiisoft/yii2-bootstrap": "~2.0", |
| 23 | 24 | "yiisoft/yii2-swiftmailer": "~2.0", |
| 24 | 25 | "noam148/yii2-image-manager": "~1.0", |
| ... | ... | @@ -31,7 +32,7 @@ |
| 31 | 32 | "speixoto/yii2-amcharts": "^0.1.1", |
| 32 | 33 | "2amigos/yii2-tinymce-widget": "~1.1", |
| 33 | 34 | "kartik-v/yii2-widget-select2": "@dev", |
| 34 | - "artweb/artbox-core": "@dev", | |
| 35 | + "artweb/artbox-core": "dev-kb", | |
| 35 | 36 | "artweb/artbox-weblog": "@dev", |
| 36 | 37 | "artweb/artbox-webcomment": "@dev", |
| 37 | 38 | "skeeks/yii2-assets-auto-compress": "*" |
| ... | ... | @@ -44,7 +45,10 @@ |
| 44 | 45 | "codeception/verify": "~0.3.1" |
| 45 | 46 | }, |
| 46 | 47 | "config": { |
| 47 | - "process-timeout": 1800 | |
| 48 | + "process-timeout": 1800, | |
| 49 | + "allow-plugins": { | |
| 50 | + "yiisoft/yii2-composer": true | |
| 51 | + } | |
| 48 | 52 | }, |
| 49 | 53 | "extra": { |
| 50 | 54 | "asset-installer-paths": | ... | ... |