mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
40 lines
1.4 KiB
JSON
40 lines
1.4 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",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |