diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-01-18 20:53:14 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-01-18 20:53:14 +0100 |
commit | a5a9bb640306a69ec8f9a3c3701c49f34d3e7ebc (patch) | |
tree | 063396bf1f643152b702b6f84c97768d5518d4b1 | |
parent | dd811532081eeb5778cdcac0b3bedb935af80a69 (diff) | |
download | gigologadmin-a5a9bb640306a69ec8f9a3c3701c49f34d3e7ebc.tar.gz gigologadmin-a5a9bb640306a69ec8f9a3c3701c49f34d3e7ebc.tar.bz2 gigologadmin-a5a9bb640306a69ec8f9a3c3701c49f34d3e7ebc.zip |
Make php 8.1 a requirement
-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": { |