Files
symfony-flex-recipes-contrib/pusher.pusher-php-server.3.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

39 lines
1.3 KiB
JSON

{
"locks": {
"pusher/pusher-php-server": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "8dd3ea817217453e14ab596317177465211e01d2"
}
}
},
"manifests": {
"pusher/pusher-php-server": {
"repository": "github.com/symfony/recipes-contrib",
"package": "pusher/pusher-php-server",
"version": "3.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PUSHER_APP_ID": "",
"PUSHER_KEY": "",
"PUSHER_SECRET": ""
}
},
"files": {
"config/packages/pusher_php_server.yaml": {
"contents": "services:\n Pusher\\Pusher:\n public: true\n arguments:\n - '%env(PUSHER_KEY)%'\n - '%env(PUSHER_SECRET)%'\n - '%env(PUSHER_APP_ID)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "pusher/pusher-php-server:3.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}