Files
symfony-flex-recipes-contrib/mixpanel.mixpanel-php.2.8.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

31 lines
1.0 KiB
JSON

{
"manifests": {
"mixpanel/mixpanel-php": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MIXPANEL_PROJECT_TOKEN": ""
}
},
"files": {
"config/packages/mixpanel.yaml": {
"contents": [
"services:",
" Mixpanel:",
" class: \\Mixpanel",
" factory: ['Mixpanel', 'getInstance']",
" arguments:",
" - '%env(MIXPANEL_PROJECT_TOKEN)%'",
"# uncomment if EU resident",
"# - { 'host': 'api-eu.mixpanel.com' }",
""
],
"executable": false
}
},
"ref": "11d9b1125137cb0ddb519084f3884d4c5f72d6a1"
}
}
}