From 2886a4ca17fbdc71c8a3f42dd5713642ca082e4d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 May 2022 09:25:14 +0200 Subject: [PATCH] Require PHP 7.2 to 8.1 --- README.md | 2 +- RELEASE.md | 2 +- composer.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6992564..ffc7ab7 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.1.3) +* PHP (>= 7.2) ## Installation diff --git a/RELEASE.md b/RELEASE.md index c28863e..db94aeb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,4 +8,4 @@ e.g. ## Docker Example - docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web56 bin/make-release.sh 1.0.0 --no-tag + docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web72 bin/make-release.sh 1.0.0 --no-tag diff --git a/composer.json b/composer.json index ce10ba3..ba412c9 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ "config": { "sort-packages": true, "platform": { - "php": "7.1.3" + "php": "7.2" } }, "support": { "issues": "https://github.com/Icinga/icinga-php-thirdparty/issues" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2 <=8.1", "ext-curl": "*", "clue/block-react": "^1", "clue/connection-manager-extra": "^1",