From 3ee2a8c0c38879cb743c866d9202f8620d4c2800 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 15 Jun 2022 09:33:40 +0200 Subject: [PATCH] Require ipl-stdlib in version 0.12.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7f96137..79b9b51 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": ">=7.2", "ext-intl": "*", "ext-gettext": "*", - "ipl/stdlib": ">=0.6.0" + "ipl/stdlib": ">=0.12.0" }, "autoload": { "files": ["src/functions_include.php"],