diff --git a/extensions/pusher/flarum.json b/extensions/pusher/flarum.json index 7dca3fe6f..d004bc9a2 100644 --- a/extensions/pusher/flarum.json +++ b/extensions/pusher/flarum.json @@ -3,23 +3,23 @@ "title": "Pusher", "description": "See new discussions and posts in real-time using Pusher.", "keywords": [], - "version": "0.1.0", + "version": "0.1.0-beta.2", "author": { "name": "Toby Zerner", - "email": "toby.zerner@gmail.com" + "email": "toby@flarum.org", + "homepage": "http://tobyzerner.com" }, "license": "MIT", "require": { - "php": ">=5.4.0", - "flarum": ">0.1.0" + "flarum": ">=0.1.0-beta.2" }, "support": { "source": "https://github.com/flarum/pusher", - "issues": "https://github.com/flarum/pusher/issues" + "issues": "https://github.com/flarum/core/issues" }, "icon": { - "name": "arrow-right", - "backgroundColor": "#803A9D", - "color": "#fff" + "name": "arrow-right", + "backgroundColor": "#803A9D", + "color": "#fff" } }