mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user