diff options
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |