framework/extensions/pusher/composer.json
2020-10-15 15:17:59 +02:00

37 lines
995 B
JSON

{
"name": "flarum/pusher",
"description": "See new discussions and posts in real-time using Pusher.",
"type": "flarum-extension",
"keywords": ["discussion"],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/pusher"
},
"require": {
"flarum/core": "^0.1.0-beta.14",
"pusher/pusher-php-server": "^2.2"
},
"autoload": {
"psr-4": {
"Flarum\\Pusher\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"flarum-extension": {
"title": "Pusher",
"icon": {
"image": "icon.png",
"backgroundSize": "46% 63%",
"backgroundPosition": "center",
"backgroundRepeat": "no-repeat",
"backgroundColor": "#40bad8",
"color": "#fff"
}
}
}
}