From b378528cd30d836f78034e07f87155b1058f9ba5 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Wed, 12 Jul 2023 11:46:15 +0200 Subject: [PATCH] remove support of PPH 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ab42ab..70b6ca9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Convert GPS (WGS84) to Swiss (LV03 and LV95) coordinates (and vice versa)", "license": "MIT", "require": { - "php": ">=7.4 || >=8.1" + "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "^9.0.0",