framework/extensions/pusher/composer.json

14 lines
236 B
JSON
Raw Normal View History

2015-08-04 15:49:17 +08:00
{
"autoload": {
"psr-4": {
"Flarum\\Pusher\\": "src/"
}
},
"require": {
"pusher/pusher-php-server": "^2.2"
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
2015-08-04 15:49:17 +08:00
}
}