diff --git a/composer.json b/composer.json index c53e202..e9c8fea 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,11 @@ ], "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", @@ -13,9 +18,15 @@ "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": "ian@flarum.org", "role": "Developer" } @@ -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": [ @@ -70,6 +81,7 @@ }, "require-dev": { "flarum/testing": "^1.0.0", - "flarum/phpstan": "*" + "flarum/phpstan": "*", + "fof/upload": "*" } }