framework/extensions/pusher/composer.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2015-08-04 15:49:17 +08:00
{
2018-10-17 11:14:48 +08:00
"name": "flarum/pusher",
2015-10-13 09:59:00 +08:00
"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",
2018-10-17 11:14:48 +08:00
"source": "https://github.com/flarum/pusher"
2015-08-04 15:49:17 +08:00
},
"require": {
2018-01-11 09:55:51 +08:00
"flarum/core": "^0.1.0-beta.8",
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": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
2015-10-13 09:59:00 +08:00
"flarum-extension": {
"title": "Pusher",
"icon": {
"image": "icon.png",
"backgroundSize": "46% 63%",
2015-10-13 09:59:00 +08:00
"backgroundPosition": "center",
"backgroundRepeat": "no-repeat",
"backgroundColor": "#40bad8",
"color": "#fff"
}
}
2015-08-04 15:49:17 +08:00
}
}