From 58146d53b44a6a1386b5852a743fa11c1ecfdeca Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 13 Dec 2025 18:34:45 +0300 Subject: [PATCH] Adapt to Yii Data 2 --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6a2331d..6d9c7ba 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,9 @@ "url": "https://github.com/sponsors/yiisoft" } ], - "minimum-stability": "dev", - "prefer-stable": true, "require": { "php": "8.1 - 8.5", - "yiisoft/data": "dev-master", + "yiisoft/data": "^2.0", "yiisoft/db": "^2.0" }, "require-dev": {