mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 00:36:32 +08:00
Update manifest.
This commit is contained in:
parent
eb5e74c9c9
commit
70a2bcc002
|
@ -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/"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
23
extensions/mentions/flarum.json
Normal file
23
extensions/mentions/flarum.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user