From cc1d47dde80227bd4b6efab8207b893341feff27 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 12 Apr 2023 11:24:09 +0400 Subject: [PATCH] Use stable yiisoft/db --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 98d52e0..d134972 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "yiisoft/cache": "2.0", "yiisoft/arrays": "^2.0|^3.0", - "yiisoft/db": "@dev", + "yiisoft/db": "^1.0", "yiisoft/translator": "^2.2" }, "require-dev": {