From 743a68436108c29b513840e12ae9e7629e887689 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sun, 12 Nov 2023 19:19:26 +0300 Subject: [PATCH] Raise `yiisoft/db` to `^1.2` (#323) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e29fc5b26..89450e4a5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "ext-pdo": "*", "ext-pdo_pgsql": "*", - "yiisoft/db": "^1.0", + "yiisoft/db": "^1.2", "yiisoft/json": "^1.0" }, "require-dev": {