From a5a9bb640306a69ec8f9a3c3701c49f34d3e7ebc Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 18 Jan 2023 20:53:14 +0100 Subject: Make php 8.1 a requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3159445..f4e1b52 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'" }, "require": { - "php": ">=7.4", + "php": ">=8.1", "kigkonsult/icalcreator": "~2.39.0" }, "require-dev": { -- cgit v1.2.3