1
0
mirror of https://github.com/flarum/core.git synced 2025-08-15 12:54:47 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-07-23 20:25:52 +09:30
commit c4b32f1326
16 changed files with 355 additions and 0 deletions

View File

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