From 6c2bf89ed5fc4ac08167285db3c51f24eddd9bb7 Mon Sep 17 00:00:00 2001 From: Olexa Petrenko Date: Mon, 25 Sep 2023 23:01:35 +0300 Subject: [PATCH] working build --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6563b48..b62c474 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "minimum-stability": "stable", "require": { "php": ">=7.0", - "yiisoft/yii2": "<=2.0.12", + "yiisoft/yii2": "<=2.0.13", + "execut/yii2-base": "1.8", "yiisoft/yii2-bootstrap": "~2.0", "yiisoft/yii2-swiftmailer": "~2.0", "noam148/yii2-image-manager": "~1.0", @@ -31,7 +32,7 @@ "speixoto/yii2-amcharts": "^0.1.1", "2amigos/yii2-tinymce-widget": "~1.1", "kartik-v/yii2-widget-select2": "@dev", - "artweb/artbox-core": "@dev", + "artweb/artbox-core": "dev-kb", "artweb/artbox-weblog": "@dev", "artweb/artbox-webcomment": "@dev", "skeeks/yii2-assets-auto-compress": "*" @@ -44,7 +45,10 @@ "codeception/verify": "~0.3.1" }, "config": { - "process-timeout": 1800 + "process-timeout": 1800, + "allow-plugins": { + "yiisoft/yii2-composer": true + } }, "extra": { "asset-installer-paths": -- libgit2 0.21.4