1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Update flarum.json

This commit is contained in:
Toby Zerner
2015-09-04 11:47:56 +09:30
parent 7c58e44330
commit 6b75fc1630

View File

@@ -3,23 +3,23 @@
"title": "Pusher", "title": "Pusher",
"description": "See new discussions and posts in real-time using Pusher.", "description": "See new discussions and posts in real-time using Pusher.",
"keywords": [], "keywords": [],
"version": "0.1.0", "version": "0.1.0-beta.2",
"author": { "author": {
"name": "Toby Zerner", "name": "Toby Zerner",
"email": "toby.zerner@gmail.com" "email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
}, },
"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/pusher", "source": "https://github.com/flarum/pusher",
"issues": "https://github.com/flarum/pusher/issues" "issues": "https://github.com/flarum/core/issues"
}, },
"icon": { "icon": {
"name": "arrow-right", "name": "arrow-right",
"backgroundColor": "#803A9D", "backgroundColor": "#803A9D",
"color": "#fff" "color": "#fff"
} }
} }