41 lines
833 B
JSON
41 lines
833 B
JSON
{
|
|
"name": "sbp-jm/flarum-msteams-webhook",
|
|
"description": "Mirror Flarum web notifications to the Microsoft Teams activity feed.",
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flarum",
|
|
"flarum-extension",
|
|
"teams",
|
|
"microsoft-teams",
|
|
"notifications",
|
|
"entra-id"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jörg Mühlberger"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"flarum/core": "^1.8",
|
|
"guzzlehttp/guzzle": "^7.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SbpJm\\FlarumMSTeamsWebhook\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "MS Teams Webhook",
|
|
"icon": {
|
|
"name": "fab fa-microsoft",
|
|
"backgroundColor": "#6264A7",
|
|
"color": "#ffffff"
|
|
}
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |