mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +08:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Pusher\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"pusher/pusher-php-server": "^2.2"
|
|
},
|
|
"scripts": {
|
|
"style": "phpcs --standard=PSR2 -np src"
|
|
}
|
|
}
|