From 35ca32a7332ae7e9d27d55e11989e056906e4b87 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 8 Jun 2015 15:04:51 +0930 Subject: [PATCH] Update manifest. --- extensions/sticky/composer.json | 14 +------------- extensions/sticky/extension.json | 15 --------------- extensions/sticky/flarum.json | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 28 deletions(-) delete mode 100644 extensions/sticky/extension.json create mode 100644 extensions/sticky/flarum.json diff --git a/extensions/sticky/composer.json b/extensions/sticky/composer.json index 278b2c61c..75a7bc603 100644 --- a/extensions/sticky/composer.json +++ b/extensions/sticky/composer.json @@ -1,19 +1,7 @@ { - "name": "flarum/sticky", - "description": "", - "authors": [ - { - "name": "Toby Zerner", - "email": "toby@flarum.org" - } - ], - "require": { - "php": ">=5.4.0" - }, "autoload": { "psr-4": { "Flarum\\Sticky\\": "src/" } - }, - "minimum-stability": "dev" + } } diff --git a/extensions/sticky/extension.json b/extensions/sticky/extension.json deleted file mode 100644 index 2b9535fbc..000000000 --- a/extensions/sticky/extension.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "sticky", - "description": "Pin discussions to the top of the list.", - "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/sticky/flarum.json b/extensions/sticky/flarum.json new file mode 100644 index 000000000..db93e353e --- /dev/null +++ b/extensions/sticky/flarum.json @@ -0,0 +1,23 @@ +{ + "name": "flarum-sticky", + "title": "Sticky", + "description": "Pin discussions to the top of the list.", + "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/sticky", + "issues": "https://github.com/flarum/sticky/issues" + } +}