mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
19 lines
319 B
JSON
19 lines
319 B
JSON
{
|
|
"name": "flarum/mentions",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Mentions\\": "src/"
|
|
}
|
|
}
|
|
}
|