70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "fof/pretty-mail",
|
|
"description": "Create HTML email for Flarum",
|
|
"keywords": [
|
|
"extension",
|
|
"flarum",
|
|
"mail"
|
|
],
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "FoF Team",
|
|
"email": "team@friendsofflarum.org",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/FriendsOfFlarum/pretty-mail/issues",
|
|
"source": "https://github.com/FriendsOfFlarum/pretty-mail",
|
|
"forum": "https://discuss.flarum.org/d/11178"
|
|
},
|
|
"homepage": "https://friendsofflarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://opencollective.com/fof/donate"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^1.5.0"
|
|
},
|
|
"replace": {
|
|
"reflar/pretty-mail": "*"
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "FoF Pretty Mail",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fas fa-envelope-open",
|
|
"backgroundColor": "#e74c3c",
|
|
"color": "#fff"
|
|
}
|
|
},
|
|
"flagrow": {
|
|
"discuss": "https://discuss.flarum.org/d/11178"
|
|
},
|
|
"flarum-cli": {
|
|
"modules": {
|
|
"githubActions": true
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FoF\\PrettyMail\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"flarum/phpstan": "*"
|
|
},
|
|
"scripts": {
|
|
"analyse:phpstan": "phpstan analyse",
|
|
"clear-cache:phpstan": "phpstan clear-result-cache"
|
|
},
|
|
"scripts-descriptions": {
|
|
"analyse:phpstan": "Run static analysis"
|
|
}
|
|
}
|