mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +08:00
11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Pusher\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"pusher/pusher-php-server": "^2.2"
|
|
}
|
|
}
|