From 8eaa5e394f345f31b2cea7dd7ebb450556957c83 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 24 Jun 2021 11:27:11 +0200 Subject: [PATCH] composer.json: Require latest versions ipl libs --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index cfae995..8d23dd4 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ }, "require": { "php": ">=5.6.0", - "ipl/html": ">=0.3.0", - "ipl/i18n": ">=0.1.0", - "ipl/orm": ">=0.1.0", - "ipl/sql": ">=0.1.0", - "ipl/stdlib": ">=0.5.0", - "ipl/validator": ">=0.1.0", - "ipl/web": ">=0.1.0" + "ipl/html": "^0.4.0", + "ipl/i18n": "^0.1.0", + "ipl/orm": "^0.2.0", + "ipl/sql": "^0.3.1", + "ipl/stdlib": "^0.9.0", + "ipl/validator": "^0.2.0", + "ipl/web": "^0.2.0" }, "require-dev": { },