Update flarum.json

This commit is contained in:
Toby Zerner
2015-09-04 11:47:49 +09:30
parent 09e577e746
commit db1f698dd8

View File

@ -3,7 +3,7 @@
"title": "Subscriptions", "title": "Subscriptions",
"description": "Allow users to follow discussions and receive notifications for new posts.", "description": "Allow users to follow discussions and receive notifications for new posts.",
"keywords": ["discussions"], "keywords": ["discussions"],
"version": "0.1.0", "version": "0.1.0-beta.2",
"author": { "author": {
"name": "Toby Zerner", "name": "Toby Zerner",
"email": "toby@flarum.org", "email": "toby@flarum.org",
@ -11,16 +11,15 @@
}, },
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.4.0", "flarum": ">=0.1.0-beta.2"
"flarum": ">0.1.0"
}, },
"support": { "support": {
"source": "https://github.com/flarum/subscriptions", "source": "https://github.com/flarum/subscriptions",
"issues": "https://github.com/flarum/subscriptions/issues" "issues": "https://github.com/flarum/core/issues"
}, },
"icon": { "icon": {
"name": "star", "name": "star",
"backgroundColor": "#ffea7b", "backgroundColor": "#ffea7b",
"color": "#de8e00" "color": "#de8e00"
} }
} }