Files
symfony-flex-recipes-contrib/mixpanel.mixpanel-php.2.8.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

38 lines
1.3 KiB
JSON

{
"locks": {
"mixpanel/mixpanel-php": {
"version": "2.8",
"recipe": {
"repo": "2.8",
"branch": "master",
"version": "2.8",
"ref": "11d9b1125137cb0ddb519084f3884d4c5f72d6a1"
}
}
},
"manifests": {
"mixpanel/mixpanel-php": {
"repository": "github.com/symfony/recipes-contrib",
"package": "mixpanel/mixpanel-php",
"version": "2.8",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MIXPANEL_PROJECT_TOKEN": ""
}
},
"files": {
"config/packages/mixpanel.yaml": {
"contents": "services:\n Mixpanel:\n class: \\Mixpanel\n factory: ['Mixpanel', 'getInstance']\n arguments:\n - '%env(MIXPANEL_PROJECT_TOKEN)%'\n# uncomment if EU resident\n# - { 'host': 'api-eu.mixpanel.com' }\n",
"executable": false,
"encoding": ""
}
},
"origin": "mixpanel/mixpanel-php:2.8@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}