framework/extensions/pusher/composer.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2015-08-04 15:49:17 +08:00
{
2015-10-13 09:59:00 +08:00
"name": "flarum/pusher",
"description": "See new discussions and posts in real-time using Pusher.",
"type": "flarum-extension",
"keywords": ["discussion"],
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
2015-08-04 15:49:17 +08:00
}
2015-10-13 09:59:00 +08:00
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/pusher"
2015-08-04 15:49:17 +08:00
},
"require": {
2015-10-13 09:59:00 +08:00
"flarum/core": "^0.1.0-beta.3",
2015-08-04 15:49:17 +08:00
"pusher/pusher-php-server": "^2.2"
},
2015-10-13 09:59:00 +08:00
"autoload": {
"psr-4": {
"Flarum\\Pusher\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Pusher",
"icon": {
"image": "icon.png",
"backgroundSize": "55px 75px",
"backgroundPosition": "center",
"backgroundRepeat": "no-repeat",
"backgroundColor": "#40bad8",
"color": "#fff"
}
}
2015-08-04 15:49:17 +08:00
}
}