mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
8c228d9dcd
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master. See flarum/core#727
39 lines
998 B
JSON
39 lines
998 B
JSON
{
|
|
"name": "flarum/flarum-ext-subscriptions",
|
|
"description": "Allow users to follow discussions and receive notifications for new posts.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["discussion"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/flarum-ext-subscriptions"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Subscriptions\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Subscriptions",
|
|
"icon": {
|
|
"name": "star",
|
|
"backgroundColor": "#ffea7b",
|
|
"color": "#de8e00"
|
|
}
|
|
}
|
|
}
|
|
}
|