Skip to content

Commit

Permalink
Require at least PHP v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Jan 21, 2024
1 parent bf26716 commit cfe5379
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
--
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -39,7 +39,7 @@
},
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"allow-plugins": {
"php-http/discovery": true,
Expand Down

0 comments on commit cfe5379

Please sign in to comment.