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

Initial commit

This commit is contained in:
Toby Zerner
2015-08-04 17:19:17 +09:30
commit 9b920daefa
23 changed files with 655 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"autoload": {
"psr-4": {
"Flarum\\Pusher\\": "src/"
}
},
"require": {
"pusher/pusher-php-server": "^2.2"
}
}