From 761068221518718db19b0139f369fb8630fb3521 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 15 May 2023 10:38:20 +0200 Subject: [PATCH] Require ipl-web v0.8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 610fe28..59f7229 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ipl/sql": "^0.6.0", "ipl/stdlib": "^0.12.0", "ipl/validator": "^0.5.0", - "ipl/web": "^0.7.0" + "ipl/web": "^0.8.0" }, "require-dev": { },