Add pusher/pusher-php-server

This commit is contained in:
endroid
2018-01-06 12:11:20 +00:00
parent da16745172
commit f9590b887c
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +0,0 @@
endroid_pusher:
app_id: '%env(PUSHER_APP_ID)%'
key: '%env(PUSHER_KEY)%'
secret: '%env(PUSHER_SECRET)%'

View File

@@ -0,0 +1,7 @@
services:
Pusher\Pusher:
public: true
arguments:
- '%env(PUSHER_KEY)%'
- '%env(PUSHER_SECRET)%'
- '%env(PUSHER_APP_ID)%'

View File

@@ -1,7 +1,4 @@
{
"bundles": {
"Endroid\\PusherBundle\\EndroidPusherBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},