Files
symfony-flex-recipes-contrib/pusher.pusher-php-server.3.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

33 lines
1.0 KiB
JSON

{
"manifests": {
"pusher/pusher-php-server": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PUSHER_APP_ID": "",
"PUSHER_KEY": "",
"PUSHER_SECRET": ""
}
},
"files": {
"config/packages/pusher_php_server.yaml": {
"contents": [
"services:",
" Pusher\\Pusher:",
" public: true",
" arguments:",
" - '%env(PUSHER_KEY)%'",
" - '%env(PUSHER_SECRET)%'",
" - '%env(PUSHER_APP_ID)%'",
""
],
"executable": false
}
},
"ref": "8dd3ea817217453e14ab596317177465211e01d2"
}
}
}