From cfe5379095a76a4e497ed69865fd30190e133f94 Mon Sep 17 00:00:00 2001 From: Benno Bielmeier Date: Sun, 21 Jan 2024 18:45:34 +0100 Subject: [PATCH] Require at least PHP v8.1 --- CONTRIBUTE.adoc | 2 +- README.adoc | 2 +- composer.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTE.adoc b/CONTRIBUTE.adoc index c1b19b0..8a07466 100644 --- a/CONTRIBUTE.adoc +++ b/CONTRIBUTE.adoc @@ -6,7 +6,7 @@ [NOTE] -- * https://wordpress.com[WordPress] instance -* https://www.php.net[PHP] version 8.0 or higher +* https://www.php.net[PHP] version 8.1 or higher * https://getcomposer.org[Composer] * https://nodejs.org[Node.js] -- diff --git a/README.adoc b/README.adoc index 3609bd8..f898f29 100644 --- a/README.adoc +++ b/README.adoc @@ -26,7 +26,7 @@ https://wordpress.org/[WordPress] plugin to find the nearest Rotaract clubs on a [NOTE] -- * https://wordpress.com[WordPress] instance -* https://www.php.net[PHP] version 8.0 or higher (only use https://www.php.net/supported-versions.php[a supported version] +* https://www.php.net[PHP] version 8.1 or higher (only use https://www.php.net/supported-versions.php[a supported version] -- IMPORTANT: The plugin's latest version is already installed at https://hosting.rotaract.de[Rotaract Hosting]. diff --git a/composer.json b/composer.json index 4db4f77..4923f81 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "issues": "https://github.com/rotaract/rotaract-club-finder/issues" }, "require": { - "php": ">=8.0", + "php": ">=8.1", "php-http/guzzle7-adapter": "^1.0", "meilisearch/meilisearch-php": "^v1.6.0", "guzzlehttp/guzzle": "^7.8.1", @@ -39,7 +39,7 @@ }, "config": { "platform": { - "php": "8.0" + "php": "8.1" }, "allow-plugins": { "php-http/discovery": true,