Skip to content

Commit

Permalink
Update composer.json and set php version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Jan 21, 2024
1 parent e686922 commit bf26716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rotaract/rotaract-club-finder",
"description": "WordPress plugin for map visualization of rotaract club locations.",
"description": "WordPress plugin to find the nearest Rotaract clubs on an interactive map",
"type": "project",
"keywords": [
"wordpress",
Expand All @@ -17,11 +17,11 @@
}
],
"support": {
"email": "support@rotaract.de",
"email": "entwicklung@rotaract.de",
"issues": "https://github.com/rotaract/rotaract-club-finder/issues"
},
"require": {
"php": ">=7.4",
"php": ">=8.0",
"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": "7.4"
"php": "8.0"
},
"allow-plugins": {
"php-http/discovery": true,
Expand Down

0 comments on commit bf26716

Please sign in to comment.