Skip to content

Commit

Permalink
chore: update composer meta
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 21, 2024
1 parent 83335e5 commit 94b1ce1
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,27 @@
],
"type": "flarum-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/FriendsOfFlarum/s3-assets/issues",
"source": "https://github.com/FriendsOfFlarum/s3-assets",
"forum": "https://discuss.flarum.org/d/"
},
"homepage": "https://friendsofflarum.org",
"require": {
"php": "^8.0",
"flarum/core": "^1.3.1",
"league/flysystem-aws-s3-v3": "*",
"vlucas/phpdotenv": "^5.4"
},
"funding": [
{
"type": "website",
"url": "https://opencollective.com/fof/donate"
}
],
"authors": [
{
"name": "Ian Morland",
"name": "IanM",
"email": "[email protected]",
"role": "Developer"
}
Expand All @@ -27,12 +38,12 @@
},
"extra": {
"flarum-extension": {
"title": "S3 Assets",
"title": "FoF S3 Assets",
"category": "feature",
"icon": {
"name": "fas fa-box",
"backgroundColor": "#EBF1FD",
"color": "#3a98d0"
"backgroundColor": "#e74c3c",
"color": "#fff"
}
},
"optional-dependencies": [
Expand Down Expand Up @@ -70,6 +81,7 @@
},
"require-dev": {
"flarum/testing": "^1.0.0",
"flarum/phpstan": "*"
"flarum/phpstan": "*",
"fof/upload": "*"
}
}

0 comments on commit 94b1ce1

Please sign in to comment.