From ec69390abda538d1bd80eda74aa211f39417cab9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 13 Dec 2022 15:08:54 +0100 Subject: [PATCH] Require ipl-sql v0.6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ed5431..84375b1 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ipl/html": "^0.6.0", "ipl/i18n": "^0.2.0", "ipl/orm": "^0.4.0", - "ipl/sql": "^0.5.0", + "ipl/sql": "^0.6.0", "ipl/stdlib": "^0.12.0", "ipl/validator": "^0.4.0", "ipl/web": "^0.6.0"