mirror of
https://github.com/flarum/core.git
synced 2025-08-31 20:02:06 +02:00
Initial commit
This commit is contained in:
10
extensions/pusher/composer.json
Normal file
10
extensions/pusher/composer.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flarum\\Pusher\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"pusher/pusher-php-server": "^2.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user