From 5a8e7d97c0d8208cd6b3a9e9b257f9d1bd0878b7 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 5 Sep 2025 16:47:31 +0300 Subject: [PATCH] =?utf8?q?=D0=97=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?utf8?q?=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/erp24/composer.json b/erp24/composer.json index 75a9bfcd..cd3b5c1d 100644 --- a/erp24/composer.json +++ b/erp24/composer.json @@ -43,7 +43,9 @@ "ramsey/uuid": "^4.7", "ext-imap": "*", "ext-calendar": "*", - "voku/simple_html_dom": "^4.8" + "voku/simple_html_dom": "^4.8", + "ext-dom": "*", + "leandrogehlen/yii2-treegrid": "*" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0", @@ -66,11 +68,7 @@ "squizlabs/php_codesniffer": "@stable" }, "autoload": { - "psr-4": { - "app\\": "", - "yii_app\\": "", - "OpenAPI\\Client\\" : "lib/yandex_market_api/" - } + "psr-4": { "yii_app\\": "", "OpenAPI\\Client\\" : "lib/yandex_market_api/" } }, "config": { "allow-plugins": { -- 2.39.5