2015-07-28 14:05:55 +08:00
|
|
|
{
|
2018-10-17 11:14:47 +08:00
|
|
|
"name": "flarum/lock",
|
2015-10-11 13:45:07 +08:00
|
|
|
"description": "End a discussion and don't let anyone add further replies.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:30:54 +08:00
|
|
|
"keywords": ["moderation"],
|
2015-10-11 13:45:07 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2018-10-17 11:14:47 +08:00
|
|
|
"source": "https://github.com/flarum/lock"
|
2015-10-11 13:45:07 +08:00
|
|
|
},
|
|
|
|
"require": {
|
2020-10-15 20:14:46 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.14"
|
2015-10-11 13:45:07 +08:00
|
|
|
},
|
2015-07-28 14:05:55 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Lock\\": "src/"
|
|
|
|
}
|
2015-09-04 10:06:22 +08:00
|
|
|
},
|
2015-10-11 13:45:07 +08:00
|
|
|
"extra": {
|
2016-01-19 14:48:38 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 13:45:07 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Lock",
|
2020-11-25 14:20:52 +08:00
|
|
|
"category": "moderation",
|
|
|
|
"info": {
|
|
|
|
"donate": "https://flarum.org/donate/",
|
|
|
|
"website": "https://flarum.org",
|
|
|
|
"support": "https://discuss.flarum.org"
|
|
|
|
},
|
2015-10-11 13:45:07 +08:00
|
|
|
"icon": {
|
2018-05-10 15:59:28 +08:00
|
|
|
"name": "fas fa-lock",
|
2015-10-11 13:45:07 +08:00
|
|
|
"backgroundColor": "#ddd",
|
|
|
|
"color": "#666"
|
|
|
|
}
|
|
|
|
}
|
2015-07-28 14:05:55 +08:00
|
|
|
}
|
|
|
|
}
|