1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 20:52:45 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-07-23 20:36:02 +09:30
commit 4d5146b829
17 changed files with 363 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"autoload": {
"psr-4": {
"Flarum\\Emoji\\": "src/"
}
}
}