1
0
mirror of https://github.com/flarum/core.git synced 2025-08-26 17:45:01 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-07-28 15:35:55 +09:30
commit f6c0f22db0
30 changed files with 810 additions and 0 deletions

View File

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