From 3b010ce5ac888e7ff3bf92c0709ed98fac89e54c Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:06:19 +0200 Subject: [PATCH] Update php version `wikimedia/less` requires `php >= 7.2.9`. Hence, the minimum php version requirement to `7.3` (this is the minimum version being supported right now by debian/rpm-based distribution) has also been updated. --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3178225..55108c1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ which can be integrated as library into Icinga Web 2. ## Requirements * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9) -* PHP (>= 7.2) +* PHP (>= 7.2.9) ## Installation diff --git a/composer.json b/composer.json index b08ff4e..c443b0f 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ "config": { "sort-packages": true, "platform": { - "php": "7.2" + "php": "7.2.9" } }, "support": { "issues": "https://github.com/Icinga/icinga-php-thirdparty/issues" }, "require": { - "php": ">=7.2 <=8.1", + "php": ">=7.2.9 <=8.2", "ext-curl": "*", "clue/block-react": "^1", "clue/connection-manager-extra": "^1",