framework/extensions/sticky/composer.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2015-05-07 20:56:02 +08:00
{
2018-10-17 11:14:48 +08:00
"name": "flarum/sticky",
"description": "Pin discussions to the top of the list.",
"type": "flarum-extension",
2015-10-12 12:31:20 +08:00
"keywords": ["discussion"],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
2018-10-17 11:14:48 +08:00
"source": "https://github.com/flarum/sticky"
},
"require": {
2020-10-15 21:57:40 +08:00
"flarum/core": "^0.1.0-beta.14"
},
2015-05-07 20:56:02 +08:00
"autoload": {
"psr-4": {
"Flarum\\Sticky\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
},
"flarum-extension": {
"title": "Sticky",
"category": "moderation",
"info": {
"donate": "https://flarum.org/donate/",
"website": "https://flarum.org",
"support": "https://discuss.flarum.org"
},
"icon": {
2018-05-10 16:03:19 +08:00
"name": "fas fa-thumbtack",
"backgroundColor": "#D13E32",
"color": "#fff"
}
}
2015-06-08 13:34:51 +08:00
}
2015-05-07 20:56:02 +08:00
}