Skip to content

Commit ae7f097

Browse files
[symfony/*-notifier] Leverage the add-lines configurator (#1217)
1 parent 3e9ccf0 commit ae7f097

File tree

79 files changed

+695
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+695
-12
lines changed

symfony/all-my-sms-notifier/5.3/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " allmysms: '%env(ALLMYSMS_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM"
413
}

symfony/allmysms-notifier/5.3/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " allmysms: '%env(ALLMYSMS_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM"
413
}

symfony/amazon-sns-notifier/5.4/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " chatter_transports:",
8+
"content": " sns: '%env(AMAZON_SNS_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "AMAZON_SNS_DSN=sns://ACCESS_KEY:SECRET_KEY@default?region=REGION"
413
}

symfony/bandwidth-notifier/6.3/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " bandwidth: '%env(BANDWIDTH_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "BANDWIDTH_DSN=bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY"
413
}

symfony/chatwork-notifier/6.2/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " chatter_transports:",
8+
"content": " chatwork: '%env(CHATWORK_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "CHATWORK_DSN=chatwork://API_TOKEN@default?room_id=ID"
413
}

symfony/click-send-notifier/6.3/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " clicksend: '%env(CLICKSEND_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "CLICKSEND_DSN=clicksend://API_USERNAME:API_KEY@default?from=FROM&source=SOURCE&list_id=LIST_ID&from_email=FROM_EMAIL"
413
}

symfony/clickatell-notifier/5.3/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " clickatell: '%env(CLICKATELL_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "CLICKATELL_DSN=clickatell://ACCESS_TOKEN@default?from=FROM"
413
}

symfony/crowdin-translation-provider/5.3/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"target": " texter_transports:",
7+
"content": " crowdin: '%env(CROWDIN_DSN)%'"
8+
}
9+
],
210
"env": {
311
"#1": "CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default"
412
}

symfony/discord-notifier/5.2/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " chatter_transports:",
8+
"content": " discord: '%env(DISCORD_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "DISCORD_DSN=discord://TOKEN@default?webhook_id=ID"
413
}

symfony/engagespot-notifier/6.1/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " engagespot: '%env(ENGAGESPOT_DSN)%'"
9+
}
10+
],
211
"env": {
312
"#1": "ENGAGESPOT_DSN=engagespot://API_KEY@default?campaign_name=CAMPAIGN_NAME"
413
}

0 commit comments

Comments
 (0)