1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-05-14 22:01:03 +09:30
commit 57bb8702de
30 changed files with 1073 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "flarum/mentions",
"description": "",
"authors": [
{
"name": "Toby Zerner",
"email": "toby@flarum.org"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Flarum\\Mentions\\": "src/"
}
}
}