Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-03-26 11:45:44 +00:00
parent 2217fc64e1
commit 6de336d0a6
3 changed files with 29 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/engagespot-notifier": {
"manifest": {
"env": {
"#1": "ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME"
}
},
"files": [],
"ref": "051777863dc68f1dd6ebf7e2efce0ddae12c8b61"
}
}
}
+3
View File
@@ -485,6 +485,9 @@
"symfony/discord-notifier": [
"5.2"
],
"symfony/engagespot-notifier": [
"5.4"
],
"symfony/esendex-notifier": [
"5.2"
],
+13
View File
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/engagespot-notifier": {
"manifest": {
"env": {
"#1": "ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME"
}
},
"files": [],
"ref": "051777863dc68f1dd6ebf7e2efce0ddae12c8b61"
}
}
}