From 6f3db4c962c7ccf5a9964b49ff721d44c79e407b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 8 Oct 2020 17:13:38 +0200 Subject: [PATCH] composer: raise versions --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3c2de69..ee6ad8b 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "php": ">=5.6.3", "ext-ctype": "*", "gipfl/calendar": ">=0.1", - "gipfl/cli": ">=0.2", + "gipfl/cli": ">=0.3", "gipfl/icingaweb2": ">=0.1", - "gipfl/icinga-bundles": ">=0.4", + "gipfl/icinga-bundles": ">=0.5", "gipfl/icinga-cli-daemon": ">=0.3", - "gipfl/linux-health": ">=0.1", - "gipfl/protocol-jsonrpc": ">=0.1", + "gipfl/linux-health": ">=0.2", + "gipfl/protocol-jsonrpc": ">=0.2", "gipfl/protocol-netstring": ">=0.1", "gipfl/systemd": ">=0.2", "gipfl/translation": ">=0.1"