2015-08-05 14:38:53 +08:00
|
|
|
{
|
2018-10-17 11:14:48 +08:00
|
|
|
"name": "flarum/suspend",
|
2015-10-11 15:31:29 +08:00
|
|
|
"description": "Suspend users so they can't post.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:31:38 +08:00
|
|
|
"keywords": ["moderation"],
|
2015-10-11 15:31:29 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2018-10-17 11:14:48 +08:00
|
|
|
"source": "https://github.com/flarum/suspend"
|
2015-10-11 15:31:29 +08:00
|
|
|
},
|
|
|
|
"require": {
|
2020-05-01 16:43:06 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.13"
|
2015-10-11 15:31:29 +08:00
|
|
|
},
|
2015-08-05 14:38:53 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Suspend\\": "src/"
|
|
|
|
}
|
2015-09-04 10:05:59 +08:00
|
|
|
},
|
2015-10-11 15:31:29 +08:00
|
|
|
"extra": {
|
2016-01-19 14:47:29 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 15:31:29 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Suspend",
|
|
|
|
"icon": {
|
2018-05-10 16:05:23 +08:00
|
|
|
"name": "fas fa-ban",
|
2015-10-11 15:31:29 +08:00
|
|
|
"backgroundColor": "#ddd",
|
|
|
|
"color": "#666"
|
|
|
|
}
|
|
|
|
}
|
2015-08-05 14:38:53 +08:00
|
|
|
}
|
2015-12-29 10:25:55 +08:00
|
|
|
}
|