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",
|
2022-01-20 16:48:49 +08:00
|
|
|
"keywords": [
|
|
|
|
"discussion"
|
|
|
|
],
|
2015-10-13 09:59:00 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
2022-07-13 05:30:03 +08:00
|
|
|
"issues": "https://github.com/flarum/framework/issues",
|
2020-12-09 08:57:36 +08:00
|
|
|
"source": "https://github.com/flarum/pusher",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-08-04 15:49:17 +08:00
|
|
|
},
|
2020-12-09 08:57:36 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-08-04 15:49:17 +08:00
|
|
|
"require": {
|
2023-05-31 16:50:39 +08:00
|
|
|
"flarum/core": "^2.0",
|
2023-06-16 00:49:39 +08:00
|
|
|
"pusher/pusher-php-server": "^7.2"
|
2015-09-04 10:06:11 +08:00
|
|
|
},
|
2022-03-23 23:43:14 +08:00
|
|
|
"require-dev": {
|
|
|
|
"flarum/tags": "^1.0"
|
|
|
|
},
|
2015-10-13 09:59:00 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Pusher\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:48:14 +08:00
|
|
|
"branch-alias": {
|
2023-05-31 16:50:39 +08:00
|
|
|
"dev-main": "2.x-dev"
|
2016-01-19 14:48:14 +08:00
|
|
|
},
|
2015-10-13 09:59:00 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Pusher",
|
2020-11-25 14:27:33 +08:00
|
|
|
"category": "feature",
|
2015-10-13 09:59:00 +08:00
|
|
|
"icon": {
|
|
|
|
"image": "icon.png",
|
2018-08-22 20:13:02 +08:00
|
|
|
"backgroundSize": "46% 63%",
|
2015-10-13 09:59:00 +08:00
|
|
|
"backgroundPosition": "center",
|
|
|
|
"backgroundRepeat": "no-repeat",
|
|
|
|
"backgroundColor": "#40bad8",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
2022-01-20 16:48:49 +08:00
|
|
|
},
|
|
|
|
"flarum-cli": {
|
|
|
|
"modules": {
|
|
|
|
"admin": true,
|
|
|
|
"forum": true,
|
|
|
|
"js": true,
|
|
|
|
"jsCommon": false,
|
|
|
|
"css": true,
|
|
|
|
"gitConf": true,
|
|
|
|
"githubActions": true,
|
|
|
|
"prettier": true,
|
|
|
|
"typescript": true,
|
|
|
|
"bundlewatch": false,
|
|
|
|
"backendTesting": false,
|
|
|
|
"editorConfig": true,
|
|
|
|
"styleci": true
|
|
|
|
}
|
2015-10-13 09:59:00 +08:00
|
|
|
}
|
2022-03-12 07:02:49 +08:00
|
|
|
},
|
2022-03-12 07:02:51 +08:00
|
|
|
"repositories": [
|
|
|
|
{
|
2022-03-12 07:02:49 +08:00
|
|
|
"type": "path",
|
|
|
|
"url": "../../*/*"
|
2022-03-12 07:02:51 +08:00
|
|
|
}
|
|
|
|
],
|
2022-03-12 07:02:49 +08:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2015-08-04 15:49:17 +08:00
|
|
|
}
|