From a61d30446bce389dd697e986fc5df83fab737d7b Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 27 Jul 2021 11:06:15 +0200 Subject: [PATCH] Require latest ipl lib versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8d23dd4..b165bd7 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ }, "require": { "php": ">=5.6.0", - "ipl/html": "^0.4.0", + "ipl/html": "^0.4.1", "ipl/i18n": "^0.1.0", "ipl/orm": "^0.2.0", - "ipl/sql": "^0.3.1", + "ipl/sql": "^0.3.2", "ipl/stdlib": "^0.9.0", "ipl/validator": "^0.2.0", - "ipl/web": "^0.2.0" + "ipl/web": "^0.2.1" }, "require-dev": { },