Update manifest.

This commit is contained in:
Toby Zerner 2015-06-08 15:04:00 +09:30
parent eb5e74c9c9
commit 70a2bcc002
3 changed files with 23 additions and 26 deletions

View File

@ -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/"

View File

@ -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"
}
}

View File

@ -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"
}
}