From 70a2bcc0028516e8b922feefb1cd301d2a204378 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 8 Jun 2015 15:04:00 +0930 Subject: [PATCH] Update manifest. --- extensions/mentions/composer.json | 11 ----------- extensions/mentions/extension.json | 15 --------------- extensions/mentions/flarum.json | 23 +++++++++++++++++++++++ 3 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 extensions/mentions/extension.json create mode 100644 extensions/mentions/flarum.json diff --git a/extensions/mentions/composer.json b/extensions/mentions/composer.json index 1e1933471..f0e902f34 100644 --- a/extensions/mentions/composer.json +++ b/extensions/mentions/composer.json @@ -1,15 +1,4 @@ { - "name": "flarum/mentions", - "description": "", - "authors": [ - { - "name": "Toby Zerner", - "email": "toby@flarum.org" - } - ], - "require": { - "php": ">=5.4.0" - }, "autoload": { "psr-4": { "Flarum\\Mentions\\": "src/" diff --git a/extensions/mentions/extension.json b/extensions/mentions/extension.json deleted file mode 100644 index aacb8c8ce..000000000 --- a/extensions/mentions/extension.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "mentions", - "description": "", - "version": "0.1.0", - "author": { - "name": "Toby Zerner", - "email": "toby@flarum.org", - "website": "http://tobyzerner.com" - }, - "license": "MIT", - "require": { - "php": ">=5.4.0", - "flarum": ">1.0.0" - } -} diff --git a/extensions/mentions/flarum.json b/extensions/mentions/flarum.json new file mode 100644 index 000000000..f01e98753 --- /dev/null +++ b/extensions/mentions/flarum.json @@ -0,0 +1,23 @@ +{ + "name": "flarum-mentions", + "title": "Mentions", + "description": "Mention and reply to specific posts and users.", + "tags": [ + "discussions" + ], + "version": "0.1.0", + "author": { + "name": "Toby Zerner", + "email": "toby@flarum.org", + "homepage": "http://tobyzerner.com" + }, + "license": "MIT", + "require": { + "php": ">=5.4.0", + "flarum": ">0.1.0" + }, + "links": { + "github": "https://github.com/flarum/mentions", + "issues": "https://github.com/flarum/mentions/issues" + } +}