diff --git a/doctrine/deprecations/1.0/manifest.json b/doctrine/deprecations/1.0/manifest.json
index a13c92be..fdfbca45 100644
--- a/doctrine/deprecations/1.0/manifest.json
+++ b/doctrine/deprecations/1.0/manifest.json
@@ -2,7 +2,10 @@
"add-lines": [
{
"file": "phpunit.dist.xml",
- "content": " Doctrine\\Deprecations\\Deprecation::trigger\n Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend",
+ "content": [
+ " Doctrine\\Deprecations\\Deprecation::trigger",
+ " Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend"
+ ],
"position": "after_target",
"target": "",
"warn_if_missing": false
diff --git a/phpunit/phpunit/11.1/manifest.json b/phpunit/phpunit/11.1/manifest.json
index 4cfad084..32b21264 100644
--- a/phpunit/phpunit/11.1/manifest.json
+++ b/phpunit/phpunit/11.1/manifest.json
@@ -2,7 +2,10 @@
"add-lines": [
{
"file": "phpunit.dist.xml",
- "content": " Doctrine\\Deprecations\\Deprecation::trigger\n Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend",
+ "content": [
+ " Doctrine\\Deprecations\\Deprecation::trigger",
+ " Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend"
+ ],
"position": "after_target",
"target": "",
"requires": ["doctrine/deprecations"]
diff --git a/symfony/all-my-sms-notifier/5.3/manifest.json b/symfony/all-my-sms-notifier/5.3/manifest.json
index a0060ceb..50708161 100644
--- a/symfony/all-my-sms-notifier/5.3/manifest.json
+++ b/symfony/all-my-sms-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " allmysms: '%env(ALLMYSMS_DSN)%'"
+ "content": [
+ " allmysms: '%env(ALLMYSMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/allmysms-notifier/5.3/manifest.json b/symfony/allmysms-notifier/5.3/manifest.json
index a0060ceb..50708161 100644
--- a/symfony/allmysms-notifier/5.3/manifest.json
+++ b/symfony/allmysms-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " allmysms: '%env(ALLMYSMS_DSN)%'"
+ "content": [
+ " allmysms: '%env(ALLMYSMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/amazon-sns-notifier/5.4/manifest.json b/symfony/amazon-sns-notifier/5.4/manifest.json
index a637c8b4..d973e62d 100644
--- a/symfony/amazon-sns-notifier/5.4/manifest.json
+++ b/symfony/amazon-sns-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " sns: '%env(AMAZON_SNS_DSN)%'"
+ "content": [
+ " sns: '%env(AMAZON_SNS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/asset-mapper/6.3/manifest.json b/symfony/asset-mapper/6.3/manifest.json
index c6fb477e..2ad92c5b 100644
--- a/symfony/asset-mapper/6.3/manifest.json
+++ b/symfony/asset-mapper/6.3/manifest.json
@@ -11,14 +11,18 @@
"add-lines": [
{
"file": "templates/base.html.twig",
- "content": " {{ importmap() }}",
+ "content": [
+ " {{ importmap() }}"
+ ],
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true
},
{
"file": "templates/base.html.twig",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "{% block stylesheets %}",
"warn_if_missing": true
diff --git a/symfony/asset-mapper/6.4/manifest.json b/symfony/asset-mapper/6.4/manifest.json
index 7454a3d7..c755e44b 100644
--- a/symfony/asset-mapper/6.4/manifest.json
+++ b/symfony/asset-mapper/6.4/manifest.json
@@ -15,7 +15,9 @@
"add-lines": [
{
"file": "templates/base.html.twig",
- "content": " {% block importmap %}{{ importmap('app') }}{% endblock %}",
+ "content": [
+ " {% block importmap %}{{ importmap('app') }}{% endblock %}"
+ ],
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true
diff --git a/symfony/bandwidth-notifier/6.3/manifest.json b/symfony/bandwidth-notifier/6.3/manifest.json
index f75c7a9d..ac5ffab8 100644
--- a/symfony/bandwidth-notifier/6.3/manifest.json
+++ b/symfony/bandwidth-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " bandwidth: '%env(BANDWIDTH_DSN)%'"
+ "content": [
+ " bandwidth: '%env(BANDWIDTH_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/chatwork-notifier/6.2/manifest.json b/symfony/chatwork-notifier/6.2/manifest.json
index 55aaea5e..4c1bdf22 100644
--- a/symfony/chatwork-notifier/6.2/manifest.json
+++ b/symfony/chatwork-notifier/6.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " chatwork: '%env(CHATWORK_DSN)%'"
+ "content": [
+ " chatwork: '%env(CHATWORK_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/click-send-notifier/6.3/manifest.json b/symfony/click-send-notifier/6.3/manifest.json
index 208de009..1094e111 100644
--- a/symfony/click-send-notifier/6.3/manifest.json
+++ b/symfony/click-send-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " clicksend: '%env(CLICKSEND_DSN)%'"
+ "content": [
+ " clicksend: '%env(CLICKSEND_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/clickatell-notifier/5.3/manifest.json b/symfony/clickatell-notifier/5.3/manifest.json
index 40efa494..aa276918 100644
--- a/symfony/clickatell-notifier/5.3/manifest.json
+++ b/symfony/clickatell-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " clickatell: '%env(CLICKATELL_DSN)%'"
+ "content": [
+ " clickatell: '%env(CLICKATELL_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/crowdin-translation-provider/5.3/manifest.json b/symfony/crowdin-translation-provider/5.3/manifest.json
index fd9a5588..f6e6354f 100644
--- a/symfony/crowdin-translation-provider/5.3/manifest.json
+++ b/symfony/crowdin-translation-provider/5.3/manifest.json
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
- "content": " crowdin:\n dsn: '%env(CROWDIN_DSN)%'"
+ "content": [
+ " crowdin:",
+ " dsn: '%env(CROWDIN_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/discord-notifier/5.2/manifest.json b/symfony/discord-notifier/5.2/manifest.json
index 01830573..2c1a7590 100644
--- a/symfony/discord-notifier/5.2/manifest.json
+++ b/symfony/discord-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " discord: '%env(DISCORD_DSN)%'"
+ "content": [
+ " discord: '%env(DISCORD_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/engagespot-notifier/6.1/manifest.json b/symfony/engagespot-notifier/6.1/manifest.json
index 3edae0c4..ba8cf5dc 100644
--- a/symfony/engagespot-notifier/6.1/manifest.json
+++ b/symfony/engagespot-notifier/6.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " engagespot: '%env(ENGAGESPOT_DSN)%'"
+ "content": [
+ " engagespot: '%env(ENGAGESPOT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/esendex-notifier/5.2/manifest.json b/symfony/esendex-notifier/5.2/manifest.json
index 1001276e..d632d0dd 100644
--- a/symfony/esendex-notifier/5.2/manifest.json
+++ b/symfony/esendex-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " esendex: '%env(ESENDEX_DSN)%'"
+ "content": [
+ " esendex: '%env(ESENDEX_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/expo-notifier/5.4/manifest.json b/symfony/expo-notifier/5.4/manifest.json
index e3c225e6..a5e212c8 100644
--- a/symfony/expo-notifier/5.4/manifest.json
+++ b/symfony/expo-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " expo: '%env(EXPO_DSN)%'"
+ "content": [
+ " expo: '%env(EXPO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/fake-chat-notifier/5.3/manifest.json b/symfony/fake-chat-notifier/5.3/manifest.json
index 840c389d..5a37492d 100644
--- a/symfony/fake-chat-notifier/5.3/manifest.json
+++ b/symfony/fake-chat-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " fakechat+email: '%env(FAKE_CHAT_DSN)%'"
+ "content": [
+ " fakechat+email: '%env(FAKE_CHAT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/fake-sms-notifier/5.3/manifest.json b/symfony/fake-sms-notifier/5.3/manifest.json
index 353bdae9..20e49e05 100644
--- a/symfony/fake-sms-notifier/5.3/manifest.json
+++ b/symfony/fake-sms-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " fakesms+email: '%env(FAKE_SMS_DSN)%'"
+ "content": [
+ " fakesms+email: '%env(FAKE_SMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/firebase-notifier/5.1/manifest.json b/symfony/firebase-notifier/5.1/manifest.json
index 4cbf0a21..28a22ea5 100644
--- a/symfony/firebase-notifier/5.1/manifest.json
+++ b/symfony/firebase-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " firebase: '%env(FIREBASE_DSN)%'"
+ "content": [
+ " firebase: '%env(FIREBASE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/forty-six-elks-notifier/6.1/manifest.json b/symfony/forty-six-elks-notifier/6.1/manifest.json
index b7b04396..0a06c483 100644
--- a/symfony/forty-six-elks-notifier/6.1/manifest.json
+++ b/symfony/forty-six-elks-notifier/6.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " forty-six-elks: '%env(FORTY_SIX_ELKS_DSN)%'"
+ "content": [
+ " forty-six-elks: '%env(FORTY_SIX_ELKS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/free-mobile-notifier/5.1/manifest.json b/symfony/free-mobile-notifier/5.1/manifest.json
index 2eddd302..611e77bc 100644
--- a/symfony/free-mobile-notifier/5.1/manifest.json
+++ b/symfony/free-mobile-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " freemobile: '%env(FREE_MOBILE_DSN)%'"
+ "content": [
+ " freemobile: '%env(FREE_MOBILE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/gateway-api-notifier/5.3/manifest.json b/symfony/gateway-api-notifier/5.3/manifest.json
index e9b28f29..d13c1cb3 100644
--- a/symfony/gateway-api-notifier/5.3/manifest.json
+++ b/symfony/gateway-api-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " gatewayapi: '%env(GATEWAYAPI_DSN)%'"
+ "content": [
+ " gatewayapi: '%env(GATEWAYAPI_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/gatewayapi-notifier/5.3/manifest.json b/symfony/gatewayapi-notifier/5.3/manifest.json
index e9b28f29..d13c1cb3 100644
--- a/symfony/gatewayapi-notifier/5.3/manifest.json
+++ b/symfony/gatewayapi-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " gatewayapi: '%env(GATEWAYAPI_DSN)%'"
+ "content": [
+ " gatewayapi: '%env(GATEWAYAPI_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/gitter-notifier/5.3/manifest.json b/symfony/gitter-notifier/5.3/manifest.json
index 17327607..734d9d7a 100644
--- a/symfony/gitter-notifier/5.3/manifest.json
+++ b/symfony/gitter-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " gitter: '%env(GITTER_DSN)%'"
+ "content": [
+ " gitter: '%env(GITTER_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/go-ip-notifier/6.4/manifest.json b/symfony/go-ip-notifier/6.4/manifest.json
index 65efce7b..d1073109 100644
--- a/symfony/go-ip-notifier/6.4/manifest.json
+++ b/symfony/go-ip-notifier/6.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " goip: '%env(GOIP_DSN)%'"
+ "content": [
+ " goip: '%env(GOIP_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/google-chat-notifier/5.2/manifest.json b/symfony/google-chat-notifier/5.2/manifest.json
index 9ee2643f..787b5b30 100644
--- a/symfony/google-chat-notifier/5.2/manifest.json
+++ b/symfony/google-chat-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " googlechat: '%env(GOOGLE_CHAT_DSN)%'"
+ "content": [
+ " googlechat: '%env(GOOGLE_CHAT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/google-chat-notifier/5.3/manifest.json b/symfony/google-chat-notifier/5.3/manifest.json
index b91559a7..9fbe132e 100644
--- a/symfony/google-chat-notifier/5.3/manifest.json
+++ b/symfony/google-chat-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " googlechat: '%env(GOOGLE_CHAT_DSN)%'"
+ "content": [
+ " googlechat: '%env(GOOGLE_CHAT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/infobip-notifier/5.2/manifest.json b/symfony/infobip-notifier/5.2/manifest.json
index 40e2be44..92142f3e 100644
--- a/symfony/infobip-notifier/5.2/manifest.json
+++ b/symfony/infobip-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " infobip: '%env(INFOBIP_DSN)%'"
+ "content": [
+ " infobip: '%env(INFOBIP_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/iqsms-notifier/5.3/manifest.json b/symfony/iqsms-notifier/5.3/manifest.json
index 4e1a3763..65058a6b 100644
--- a/symfony/iqsms-notifier/5.3/manifest.json
+++ b/symfony/iqsms-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " iqsms: '%env(IQSMS_DSN)%'"
+ "content": [
+ " iqsms: '%env(IQSMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/isendpro-notifier/6.3/manifest.json b/symfony/isendpro-notifier/6.3/manifest.json
index a8705b53..6c094a09 100644
--- a/symfony/isendpro-notifier/6.3/manifest.json
+++ b/symfony/isendpro-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " isendpro: '%env(ISENDPRO_DSN)%'"
+ "content": [
+ " isendpro: '%env(ISENDPRO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/joli-notif-notifier/7.2/manifest.json b/symfony/joli-notif-notifier/7.2/manifest.json
index 874959d9..4e8b3ebe 100644
--- a/symfony/joli-notif-notifier/7.2/manifest.json
+++ b/symfony/joli-notif-notifier/7.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " jolinotif: '%env(JOLINOTIF_DSN)%'"
+ "content": [
+ " jolinotif: '%env(JOLINOTIF_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/kaz-info-teh-notifier/6.1/manifest.json b/symfony/kaz-info-teh-notifier/6.1/manifest.json
index d993bd10..7ed90367 100644
--- a/symfony/kaz-info-teh-notifier/6.1/manifest.json
+++ b/symfony/kaz-info-teh-notifier/6.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " kaz-info-teh: '%env(KAZ_INFO_TEH_DSN)%'"
+ "content": [
+ " kaz-info-teh: '%env(KAZ_INFO_TEH_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/light-sms-notifier/5.3/manifest.json b/symfony/light-sms-notifier/5.3/manifest.json
index 7a5a11bd..3758eccb 100644
--- a/symfony/light-sms-notifier/5.3/manifest.json
+++ b/symfony/light-sms-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " lightsms: '%env(LIGHTSMS_DSN)%'"
+ "content": [
+ " lightsms: '%env(LIGHTSMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/line-bot-notifier/7.2/manifest.json b/symfony/line-bot-notifier/7.2/manifest.json
index 99e2aad5..d0b1add9 100644
--- a/symfony/line-bot-notifier/7.2/manifest.json
+++ b/symfony/line-bot-notifier/7.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " linebot: '%env(LINE_BOT_DSN)%'"
+ "content": [
+ " linebot: '%env(LINE_BOT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/line-notify-notifier/6.3/manifest.json b/symfony/line-notify-notifier/6.3/manifest.json
index 0550c49e..416281e7 100644
--- a/symfony/line-notify-notifier/6.3/manifest.json
+++ b/symfony/line-notify-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " linenotify: '%env(LINE_NOTIFY_DSN)%'"
+ "content": [
+ " linenotify: '%env(LINE_NOTIFY_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/linked-in-notifier/5.2/manifest.json b/symfony/linked-in-notifier/5.2/manifest.json
index 5e651e61..3e4215c1 100644
--- a/symfony/linked-in-notifier/5.2/manifest.json
+++ b/symfony/linked-in-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " linkedin: '%env(LINKEDIN_DSN)%'"
+ "content": [
+ " linkedin: '%env(LINKEDIN_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/loco-translation-provider/5.3/manifest.json b/symfony/loco-translation-provider/5.3/manifest.json
index 7b4860f5..a5ea88d1 100644
--- a/symfony/loco-translation-provider/5.3/manifest.json
+++ b/symfony/loco-translation-provider/5.3/manifest.json
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
- "content": " loco:\n dsn: '%env(LOCO_DSN)%'"
+ "content": [
+ " loco:",
+ " dsn: '%env(LOCO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/lokalise-translation-provider/5.3/manifest.json b/symfony/lokalise-translation-provider/5.3/manifest.json
index 6297516b..ce42fa8b 100644
--- a/symfony/lokalise-translation-provider/5.3/manifest.json
+++ b/symfony/lokalise-translation-provider/5.3/manifest.json
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
- "content": " lokalise:\n dsn: '%env(LOKALISE_DSN)%'"
+ "content": [
+ " lokalise:",
+ " dsn: '%env(LOKALISE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/lox24-notifier/7.1/manifest.json b/symfony/lox24-notifier/7.1/manifest.json
index 33d30a71..34cf792c 100644
--- a/symfony/lox24-notifier/7.1/manifest.json
+++ b/symfony/lox24-notifier/7.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " lox24: '%env(LOX24_DSN)%'"
+ "content": [
+ " lox24: '%env(LOX24_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/mail-pace-mailer/6.2/manifest.json b/symfony/mail-pace-mailer/6.2/manifest.json
index 7aedc10a..5210b50e 100644
--- a/symfony/mail-pace-mailer/6.2/manifest.json
+++ b/symfony/mail-pace-mailer/6.2/manifest.json
@@ -4,7 +4,9 @@
"file": "config/packages/notifier.yaml",
"position": "after_target",
"target": " texter_transports:",
- "content": " mailpace+api: '%env(MAILER_DSN)%'"
+ "content": [
+ " mailpace+api: '%env(MAILER_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/mailjet-notifier/5.4/manifest.json b/symfony/mailjet-notifier/5.4/manifest.json
index 25c8ab16..5afe6535 100644
--- a/symfony/mailjet-notifier/5.4/manifest.json
+++ b/symfony/mailjet-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " mailjet: '%env(MAILJET_DSN)%'"
+ "content": [
+ " mailjet: '%env(MAILJET_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/mastodon-notifier/6.3/manifest.json b/symfony/mastodon-notifier/6.3/manifest.json
index e190c26d..6838294f 100644
--- a/symfony/mastodon-notifier/6.3/manifest.json
+++ b/symfony/mastodon-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " mastodon: '%env(MASTODON_DSN)%'"
+ "content": [
+ " mastodon: '%env(MASTODON_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/matrix-notifier/7.3/manifest.json b/symfony/matrix-notifier/7.3/manifest.json
index 18448b86..69c4c5ae 100644
--- a/symfony/matrix-notifier/7.3/manifest.json
+++ b/symfony/matrix-notifier/7.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " matrix: '%env(MATRIX_DSN)%'"
+ "content": [
+ " matrix: '%env(MATRIX_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/mattermost-notifier/5.1/manifest.json b/symfony/mattermost-notifier/5.1/manifest.json
index 490ca0a5..4ff48cd7 100644
--- a/symfony/mattermost-notifier/5.1/manifest.json
+++ b/symfony/mattermost-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " mattermost: '%env(MATTERMOST_DSN)%'"
+ "content": [
+ " mattermost: '%env(MATTERMOST_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/mercure-notifier/5.3/manifest.json b/symfony/mercure-notifier/5.3/manifest.json
index f5706fe9..52ad8b64 100644
--- a/symfony/mercure-notifier/5.3/manifest.json
+++ b/symfony/mercure-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " mercure: '%env(MERCURE_DSN)%'"
+ "content": [
+ " mercure: '%env(MERCURE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/message-bird-notifier/5.3/manifest.json b/symfony/message-bird-notifier/5.3/manifest.json
index 8be9dfb6..dc4295ee 100644
--- a/symfony/message-bird-notifier/5.3/manifest.json
+++ b/symfony/message-bird-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " messagebird: '%env(MESSAGEBIRD_DSN)%'"
+ "content": [
+ " messagebird: '%env(MESSAGEBIRD_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/message-media-notifier/5.4/manifest.json b/symfony/message-media-notifier/5.4/manifest.json
index 39b26b30..6e4df73c 100644
--- a/symfony/message-media-notifier/5.4/manifest.json
+++ b/symfony/message-media-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " messagemedia: '%env(MESSAGEMEDIA_DSN)%'"
+ "content": [
+ " messagemedia: '%env(MESSAGEMEDIA_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/microsoft-teams-notifier/5.3/manifest.json b/symfony/microsoft-teams-notifier/5.3/manifest.json
index 39e57046..a88e9f62 100644
--- a/symfony/microsoft-teams-notifier/5.3/manifest.json
+++ b/symfony/microsoft-teams-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " microsoftteams: '%env(MICROSOFT_TEAMS_DSN)%'"
+ "content": [
+ " microsoftteams: '%env(MICROSOFT_TEAMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/mobyt-notifier/5.2/manifest.json b/symfony/mobyt-notifier/5.2/manifest.json
index 8fc83d69..264c1e09 100644
--- a/symfony/mobyt-notifier/5.2/manifest.json
+++ b/symfony/mobyt-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " mobyt: '%env(MOBYT_DSN)%'"
+ "content": [
+ " mobyt: '%env(MOBYT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/nexmo-notifier/5.0/manifest.json b/symfony/nexmo-notifier/5.0/manifest.json
index b35bf53b..e65eacf9 100644
--- a/symfony/nexmo-notifier/5.0/manifest.json
+++ b/symfony/nexmo-notifier/5.0/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " nexmo: '%env(NEXMO_DSN)%'"
+ "content": [
+ " nexmo: '%env(NEXMO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/octopush-notifier/5.3/manifest.json b/symfony/octopush-notifier/5.3/manifest.json
index e2c42e4d..699ab777 100644
--- a/symfony/octopush-notifier/5.3/manifest.json
+++ b/symfony/octopush-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " octopush: '%env(OCTOPUSH_DSN)%'"
+ "content": [
+ " octopush: '%env(OCTOPUSH_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/one-signal-notifier/5.4/manifest.json b/symfony/one-signal-notifier/5.4/manifest.json
index 436885d6..5d85fc4d 100644
--- a/symfony/one-signal-notifier/5.4/manifest.json
+++ b/symfony/one-signal-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " onesignal: '%env(ONESIGNAL_DSN)%'"
+ "content": [
+ " onesignal: '%env(ONESIGNAL_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/orange-sms-notifier/6.1/manifest.json b/symfony/orange-sms-notifier/6.1/manifest.json
index daa2eef7..b34cfbc5 100644
--- a/symfony/orange-sms-notifier/6.1/manifest.json
+++ b/symfony/orange-sms-notifier/6.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " orange-sms: '%env(ORANGE_SMS_DSN)%'"
+ "content": [
+ " orange-sms: '%env(ORANGE_SMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/ovh-cloud-notifier/5.1/manifest.json b/symfony/ovh-cloud-notifier/5.1/manifest.json
index 8d08e587..438a96ec 100644
--- a/symfony/ovh-cloud-notifier/5.1/manifest.json
+++ b/symfony/ovh-cloud-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " ovhcloud: '%env(OVHCLOUD_DSN)%'"
+ "content": [
+ " ovhcloud: '%env(OVHCLOUD_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/pager-duty-notifier/6.3/manifest.json b/symfony/pager-duty-notifier/6.3/manifest.json
index 0cbf6441..2e3ee20e 100644
--- a/symfony/pager-duty-notifier/6.3/manifest.json
+++ b/symfony/pager-duty-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " pagerduty: '%env(PAGERDUTY_DSN)%'"
+ "content": [
+ " pagerduty: '%env(PAGERDUTY_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json
index 53ab4e9c..4a1277b9 100644
--- a/symfony/panther/1.0/manifest.json
+++ b/symfony/panther/1.0/manifest.json
@@ -28,7 +28,9 @@
"add-lines": [
{
"file": "phpunit.xml.dist",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "symfony/phpunit-bridge:<7.3",
@@ -36,7 +38,9 @@
},
{
"file": "phpunit.dist.xml",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "symfony/phpunit-bridge:<7.3",
@@ -44,7 +48,9 @@
},
{
"file": "phpunit.xml.dist",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "phpunit/phpunit:<10",
@@ -52,7 +58,9 @@
},
{
"file": "phpunit.dist.xml",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "phpunit/phpunit:>=10",
diff --git a/symfony/phpunit-bridge/7.3/manifest.json b/symfony/phpunit-bridge/7.3/manifest.json
index 4766ceb9..38eed70a 100644
--- a/symfony/phpunit-bridge/7.3/manifest.json
+++ b/symfony/phpunit-bridge/7.3/manifest.json
@@ -2,7 +2,12 @@
"add-lines": [
{
"file": "phpunit.dist.xml",
- "content": " \n \n \n ",
+ "content": [
+ " ",
+ " ",
+ " ",
+ " "
+ ],
"position": "after_target",
"target": "",
"warn_if_missing": true
diff --git a/symfony/phrase-translation-provider/6.4/manifest.json b/symfony/phrase-translation-provider/6.4/manifest.json
index ab532bbf..73fd065d 100644
--- a/symfony/phrase-translation-provider/6.4/manifest.json
+++ b/symfony/phrase-translation-provider/6.4/manifest.json
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
- "content": " phrase:\n dsn: '%env(PHRASE_DSN)%'"
+ "content": [
+ " phrase:",
+ " dsn: '%env(PHRASE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/plivo-notifier/6.3/manifest.json b/symfony/plivo-notifier/6.3/manifest.json
index 4727cb94..a627dcc9 100644
--- a/symfony/plivo-notifier/6.3/manifest.json
+++ b/symfony/plivo-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " plivo: '%env(PLIVO_DSN)%'"
+ "content": [
+ " plivo: '%env(PLIVO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/postmark-mailer/4.4/manifest.json b/symfony/postmark-mailer/4.4/manifest.json
index 7bee685a..f26b9d1c 100644
--- a/symfony/postmark-mailer/4.4/manifest.json
+++ b/symfony/postmark-mailer/4.4/manifest.json
@@ -4,7 +4,9 @@
"file": "config/packages/notifier.yaml",
"position": "after_target",
"target": " texter_transports:",
- "content": " postmark: '%env(MAILER_DSN)%'"
+ "content": [
+ " postmark: '%env(MAILER_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/primotexto-notifier/7.2/manifest.json b/symfony/primotexto-notifier/7.2/manifest.json
index 356392fe..21ffe4a7 100644
--- a/symfony/primotexto-notifier/7.2/manifest.json
+++ b/symfony/primotexto-notifier/7.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " primotexto: '%env(PRIMOTEXTO_DSN)%'"
+ "content": [
+ " primotexto: '%env(PRIMOTEXTO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/pushover-notifier/6.3/manifest.json b/symfony/pushover-notifier/6.3/manifest.json
index a3a4c3eb..02909283 100644
--- a/symfony/pushover-notifier/6.3/manifest.json
+++ b/symfony/pushover-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " pushover: '%env(PUSHOVER_DSN)%'"
+ "content": [
+ " pushover: '%env(PUSHOVER_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/pushy-notifier/7.1/manifest.json b/symfony/pushy-notifier/7.1/manifest.json
index 496178df..0bf5b995 100644
--- a/symfony/pushy-notifier/7.1/manifest.json
+++ b/symfony/pushy-notifier/7.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " pushy: '%env(PUSHY_DSN)%'"
+ "content": [
+ " pushy: '%env(PUSHY_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/redlink-notifier/6.4/manifest.json b/symfony/redlink-notifier/6.4/manifest.json
index 4f55538a..47014c97 100644
--- a/symfony/redlink-notifier/6.4/manifest.json
+++ b/symfony/redlink-notifier/6.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " redlink: '%env(REDLINK_DSN)%'"
+ "content": [
+ " redlink: '%env(REDLINK_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/ring-central-notifier/6.3/manifest.json b/symfony/ring-central-notifier/6.3/manifest.json
index b2ced260..ac21bd38 100644
--- a/symfony/ring-central-notifier/6.3/manifest.json
+++ b/symfony/ring-central-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " ringcentral: '%env(RINGCENTRAL_DSN)%'"
+ "content": [
+ " ringcentral: '%env(RINGCENTRAL_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/rocket-chat-notifier/5.1/manifest.json b/symfony/rocket-chat-notifier/5.1/manifest.json
index 30e19e89..8b42e18f 100644
--- a/symfony/rocket-chat-notifier/5.1/manifest.json
+++ b/symfony/rocket-chat-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " rocketchat: '%env(ROCKETCHAT_DSN)%'"
+ "content": [
+ " rocketchat: '%env(ROCKETCHAT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sendberry-notifier/6.1/manifest.json b/symfony/sendberry-notifier/6.1/manifest.json
index 750a33d4..b0a308ba 100644
--- a/symfony/sendberry-notifier/6.1/manifest.json
+++ b/symfony/sendberry-notifier/6.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sendberry: '%env(SENDBERRY_DSN)%'"
+ "content": [
+ " sendberry: '%env(SENDBERRY_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sendgrid-mailer/4.4/manifest.json b/symfony/sendgrid-mailer/4.4/manifest.json
index 1fef72d2..98eda41b 100644
--- a/symfony/sendgrid-mailer/4.4/manifest.json
+++ b/symfony/sendgrid-mailer/4.4/manifest.json
@@ -4,7 +4,9 @@
"file": "config/packages/notifier.yaml",
"position": "after_target",
"target": " texter_transports:",
- "content": " sendgrid: '%env(MAILER_DSN)%'"
+ "content": [
+ " sendgrid: '%env(MAILER_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sendinblue-notifier/5.2/manifest.json b/symfony/sendinblue-notifier/5.2/manifest.json
index 71cbcb1c..63cbfd85 100644
--- a/symfony/sendinblue-notifier/5.2/manifest.json
+++ b/symfony/sendinblue-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sendinblue: '%env(SENDINBLUE_DSN)%'"
+ "content": [
+ " sendinblue: '%env(SENDINBLUE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/simple-textin-notifier/6.3/manifest.json b/symfony/simple-textin-notifier/6.3/manifest.json
index d9285959..48ea80d1 100644
--- a/symfony/simple-textin-notifier/6.3/manifest.json
+++ b/symfony/simple-textin-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " simpletextin: '%env(SIMPLETEXTIN_DSN)%'"
+ "content": [
+ " simpletextin: '%env(SIMPLETEXTIN_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sinch-notifier/5.1/manifest.json b/symfony/sinch-notifier/5.1/manifest.json
index a37ef559..551e92e6 100644
--- a/symfony/sinch-notifier/5.1/manifest.json
+++ b/symfony/sinch-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sinch: '%env(SINCH_DSN)%'"
+ "content": [
+ " sinch: '%env(SINCH_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sipgate-notifier/7.2/manifest.json b/symfony/sipgate-notifier/7.2/manifest.json
index a3a61657..230fffab 100644
--- a/symfony/sipgate-notifier/7.2/manifest.json
+++ b/symfony/sipgate-notifier/7.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sipgate: '%env(SIPGATE_DSN)%'"
+ "content": [
+ " sipgate: '%env(SIPGATE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/slack-notifier/5.0/manifest.json b/symfony/slack-notifier/5.0/manifest.json
index ea1475ea..95bbb126 100644
--- a/symfony/slack-notifier/5.0/manifest.json
+++ b/symfony/slack-notifier/5.0/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " slack: '%env(SLACK_DSN)%'"
+ "content": [
+ " slack: '%env(SLACK_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/slack-notifier/5.1/manifest.json b/symfony/slack-notifier/5.1/manifest.json
index 376c4622..fed27b04 100644
--- a/symfony/slack-notifier/5.1/manifest.json
+++ b/symfony/slack-notifier/5.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " slack: '%env(SLACK_DSN)%'"
+ "content": [
+ " slack: '%env(SLACK_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/slack-notifier/5.2/manifest.json b/symfony/slack-notifier/5.2/manifest.json
index ea1475ea..95bbb126 100644
--- a/symfony/slack-notifier/5.2/manifest.json
+++ b/symfony/slack-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " slack: '%env(SLACK_DSN)%'"
+ "content": [
+ " slack: '%env(SLACK_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sms-biuras-notifier/5.3/manifest.json b/symfony/sms-biuras-notifier/5.3/manifest.json
index a43e47e3..dbeaa60f 100644
--- a/symfony/sms-biuras-notifier/5.3/manifest.json
+++ b/symfony/sms-biuras-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " smsbiuras: '%env(SMSBIURAS_DSN)%'"
+ "content": [
+ " smsbiuras: '%env(SMSBIURAS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sms-factor-notifier/6.2/manifest.json b/symfony/sms-factor-notifier/6.2/manifest.json
index b642166c..6a88942d 100644
--- a/symfony/sms-factor-notifier/6.2/manifest.json
+++ b/symfony/sms-factor-notifier/6.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sms-factor: '%env(SMS_FACTOR_DSN)%'"
+ "content": [
+ " sms-factor: '%env(SMS_FACTOR_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sms-sluzba-notifier/6.4/manifest.json b/symfony/sms-sluzba-notifier/6.4/manifest.json
index 5e0e5c6c..0be72f46 100644
--- a/symfony/sms-sluzba-notifier/6.4/manifest.json
+++ b/symfony/sms-sluzba-notifier/6.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sms-sluzba: '%env(SMS_SLUZBA_DSN)%'"
+ "content": [
+ " sms-sluzba: '%env(SMS_SLUZBA_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/sms77-notifier/5.4/manifest.json b/symfony/sms77-notifier/5.4/manifest.json
index 10131a9e..8cc3c822 100644
--- a/symfony/sms77-notifier/5.4/manifest.json
+++ b/symfony/sms77-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sms77: '%env(SMS77_DSN)%'"
+ "content": [
+ " sms77: '%env(SMS77_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/smsapi-notifier/5.2/manifest.json b/symfony/smsapi-notifier/5.2/manifest.json
index 8bc4ae97..7eca7f9a 100644
--- a/symfony/smsapi-notifier/5.2/manifest.json
+++ b/symfony/smsapi-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " smsapi: '%env(SMSAPI_DSN)%'"
+ "content": [
+ " smsapi: '%env(SMSAPI_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/smsbox-notifier/7.1/manifest.json b/symfony/smsbox-notifier/7.1/manifest.json
index 3f9493d3..094e161b 100644
--- a/symfony/smsbox-notifier/7.1/manifest.json
+++ b/symfony/smsbox-notifier/7.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " smsbox: '%env(SMSBOX_DSN)%'"
+ "content": [
+ " smsbox: '%env(SMSBOX_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/smsc-notifier/5.4/manifest.json b/symfony/smsc-notifier/5.4/manifest.json
index 75f97813..a057853b 100644
--- a/symfony/smsc-notifier/5.4/manifest.json
+++ b/symfony/smsc-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " smsc: '%env(SMSC_DSN)%'"
+ "content": [
+ " smsc: '%env(SMSC_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/smsense-notifier/7.1/manifest.json b/symfony/smsense-notifier/7.1/manifest.json
index 1631ccbc..25a90f0a 100644
--- a/symfony/smsense-notifier/7.1/manifest.json
+++ b/symfony/smsense-notifier/7.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " smsense: '%env(SMSENSE_DSN)%'"
+ "content": [
+ " smsense: '%env(SMSENSE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/smsmode-notifier/6.3/manifest.json b/symfony/smsmode-notifier/6.3/manifest.json
index 2a00f566..5a096d0e 100644
--- a/symfony/smsmode-notifier/6.3/manifest.json
+++ b/symfony/smsmode-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " smsmode: '%env(SMSMODE_DSN)%'"
+ "content": [
+ " smsmode: '%env(SMSMODE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/spot-hit-notifier/5.3/manifest.json b/symfony/spot-hit-notifier/5.3/manifest.json
index af0980c9..c2faa167 100644
--- a/symfony/spot-hit-notifier/5.3/manifest.json
+++ b/symfony/spot-hit-notifier/5.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " spothit: '%env(SPOTHIT_DSN)%'"
+ "content": [
+ " spothit: '%env(SPOTHIT_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/stimulus-bundle/2.13/manifest.json b/symfony/stimulus-bundle/2.13/manifest.json
index 47012151..adbf1ec8 100644
--- a/symfony/stimulus-bundle/2.13/manifest.json
+++ b/symfony/stimulus-bundle/2.13/manifest.json
@@ -13,25 +13,44 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n // enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)\n .enableStimulusBridge('./assets/controllers.json')",
+ "content": [
+ "",
+ " // enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)",
+ " .enableStimulusBridge('./assets/controllers.json')"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import './bootstrap.js';",
+ "content": [
+ "import './bootstrap.js';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bridge';\n\n// Registers Stimulus controllers from controllers.json and in the controllers/ directory\nexport const app = startStimulusApp(require.context(\n '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',\n true,\n /\\.[jt]sx?$/\n));",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bridge';",
+ "",
+ "// Registers Stimulus controllers from controllers.json and in the controllers/ directory",
+ "export const app = startStimulusApp(require.context(",
+ " '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',",
+ " true,",
+ " /\\.[jt]sx?$/",
+ "));"
+ ],
"position": "top",
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bundle';\n\nconst app = startStimulusApp();",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bundle';",
+ "",
+ "const app = startStimulusApp();"
+ ],
"position": "top",
"requires": "symfony/asset-mapper"
}
diff --git a/symfony/stimulus-bundle/2.20/manifest.json b/symfony/stimulus-bundle/2.20/manifest.json
index 42894957..277af529 100644
--- a/symfony/stimulus-bundle/2.20/manifest.json
+++ b/symfony/stimulus-bundle/2.20/manifest.json
@@ -15,25 +15,44 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n // enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)\n .enableStimulusBridge('./assets/controllers.json')",
+ "content": [
+ "",
+ " // enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)",
+ " .enableStimulusBridge('./assets/controllers.json')"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import './bootstrap.js';",
+ "content": [
+ "import './bootstrap.js';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bridge';\n\n// Registers Stimulus controllers from controllers.json and in the controllers/ directory\nexport const app = startStimulusApp(require.context(\n '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',\n true,\n /\\.[jt]sx?$/\n));",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bridge';",
+ "",
+ "// Registers Stimulus controllers from controllers.json and in the controllers/ directory",
+ "export const app = startStimulusApp(require.context(",
+ " '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',",
+ " true,",
+ " /\\.[jt]sx?$/",
+ "));"
+ ],
"position": "top",
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bundle';\n\nconst app = startStimulusApp();",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bundle';",
+ "",
+ "const app = startStimulusApp();"
+ ],
"position": "top",
"requires": "symfony/asset-mapper"
}
diff --git a/symfony/stimulus-bundle/2.24/manifest.json b/symfony/stimulus-bundle/2.24/manifest.json
index bc05185b..786a649f 100644
--- a/symfony/stimulus-bundle/2.24/manifest.json
+++ b/symfony/stimulus-bundle/2.24/manifest.json
@@ -15,25 +15,44 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n // enables the Symfony UX Stimulus bridge (used in assets/stimulus_bootstrap.js)\n .enableStimulusBridge('./assets/controllers.json')",
+ "content": [
+ "",
+ " // enables the Symfony UX Stimulus bridge (used in assets/stimulus_bootstrap.js)",
+ " .enableStimulusBridge('./assets/controllers.json')"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import './stimulus_bootstrap.js';",
+ "content": [
+ "import './stimulus_bootstrap.js';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/stimulus_bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bridge';\n\n// Registers Stimulus controllers from controllers.json and in the controllers/ directory\nexport const app = startStimulusApp(require.context(\n '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',\n true,\n /\\.[jt]sx?$/\n));",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bridge';",
+ "",
+ "// Registers Stimulus controllers from controllers.json and in the controllers/ directory",
+ "export const app = startStimulusApp(require.context(",
+ " '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',",
+ " true,",
+ " /\\.[jt]sx?$/",
+ "));"
+ ],
"position": "top",
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/stimulus_bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bundle';\n\nconst app = startStimulusApp();",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bundle';",
+ "",
+ "const app = startStimulusApp();"
+ ],
"position": "top",
"requires": "symfony/asset-mapper"
}
diff --git a/symfony/stimulus-bundle/2.9/manifest.json b/symfony/stimulus-bundle/2.9/manifest.json
index 60e0ddbe..2e3358cd 100644
--- a/symfony/stimulus-bundle/2.9/manifest.json
+++ b/symfony/stimulus-bundle/2.9/manifest.json
@@ -13,31 +13,52 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n // enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)\n .enableStimulusBridge('./assets/controllers.json')",
+ "content": [
+ "",
+ " // enables the Symfony UX Stimulus bridge (used in assets/bootstrap.js)",
+ " .enableStimulusBridge('./assets/controllers.json')"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import './bootstrap.js';",
+ "content": [
+ "import './bootstrap.js';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bridge';\n\n// Registers Stimulus controllers from controllers.json and in the controllers/ directory\nexport const app = startStimulusApp(require.context(\n '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',\n true,\n /\\.[jt]sx?$/\n));",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bridge';",
+ "",
+ "// Registers Stimulus controllers from controllers.json and in the controllers/ directory",
+ "export const app = startStimulusApp(require.context(",
+ " '@symfony/stimulus-bridge/lazy-controller-loader!./controllers',",
+ " true,",
+ " /\\.[jt]sx?$/",
+ "));"
+ ],
"position": "top",
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/bootstrap.js",
- "content": "import { startStimulusApp } from '@symfony/stimulus-bundle';\n\nconst app = startStimulusApp();",
+ "content": [
+ "import { startStimulusApp } from '@symfony/stimulus-bundle';",
+ "",
+ "const app = startStimulusApp();"
+ ],
"position": "top",
"requires": "symfony/asset-mapper"
},
{
"file": "templates/base.html.twig",
- "content": " {{ ux_controller_link_tags() }}",
+ "content": [
+ " {{ ux_controller_link_tags() }}"
+ ],
"position": "after_target",
"target": "{% block stylesheets %}",
"warn_if_missing": true,
diff --git a/symfony/sweego-notifier/7.2/manifest.json b/symfony/sweego-notifier/7.2/manifest.json
index 6f4380c2..417ada12 100644
--- a/symfony/sweego-notifier/7.2/manifest.json
+++ b/symfony/sweego-notifier/7.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " sweego: '%env(SWEEGO_DSN)%'"
+ "content": [
+ " sweego: '%env(SWEEGO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/telegram-notifier/5.0/manifest.json b/symfony/telegram-notifier/5.0/manifest.json
index f96f1068..6304fcc5 100644
--- a/symfony/telegram-notifier/5.0/manifest.json
+++ b/symfony/telegram-notifier/5.0/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " telegram: '%env(TELEGRAM_DSN)%'"
+ "content": [
+ " telegram: '%env(TELEGRAM_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/telnyx-notifier/5.4/manifest.json b/symfony/telnyx-notifier/5.4/manifest.json
index e2ab7579..ed0c9dc7 100644
--- a/symfony/telnyx-notifier/5.4/manifest.json
+++ b/symfony/telnyx-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " telnyx: '%env(TELNYX_DSN)%'"
+ "content": [
+ " telnyx: '%env(TELNYX_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/termii-notifier/6.3/manifest.json b/symfony/termii-notifier/6.3/manifest.json
index b20226d7..778bc5b3 100644
--- a/symfony/termii-notifier/6.3/manifest.json
+++ b/symfony/termii-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " termii: '%env(TERMII_DSN)%'"
+ "content": [
+ " termii: '%env(TERMII_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/turbo-sms-notifier/5.4/manifest.json b/symfony/turbo-sms-notifier/5.4/manifest.json
index f3a397ce..5c969a20 100644
--- a/symfony/turbo-sms-notifier/5.4/manifest.json
+++ b/symfony/turbo-sms-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " turbosms: '%env(TURBOSMS_DSN)%'"
+ "content": [
+ " turbosms: '%env(TURBOSMS_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/twilio-notifier/5.0/manifest.json b/symfony/twilio-notifier/5.0/manifest.json
index 3390126e..211e74f1 100644
--- a/symfony/twilio-notifier/5.0/manifest.json
+++ b/symfony/twilio-notifier/5.0/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " twilio: '%env(TWILIO_DSN)%'"
+ "content": [
+ " twilio: '%env(TWILIO_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/twitter-notifier/6.3/manifest.json b/symfony/twitter-notifier/6.3/manifest.json
index ca98a250..c9087293 100644
--- a/symfony/twitter-notifier/6.3/manifest.json
+++ b/symfony/twitter-notifier/6.3/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " twitter: '%env(TWITTER_DSN)%'"
+ "content": [
+ " twitter: '%env(TWITTER_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/unifonic-notifier/7.1/manifest.json b/symfony/unifonic-notifier/7.1/manifest.json
index 8697405c..1ca5f874 100644
--- a/symfony/unifonic-notifier/7.1/manifest.json
+++ b/symfony/unifonic-notifier/7.1/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " unifonic: '%env(UNIFONIC_DSN)%'"
+ "content": [
+ " unifonic: '%env(UNIFONIC_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/ux-google-map/2.22/manifest.json b/symfony/ux-google-map/2.22/manifest.json
index eb14c9eb..66f170dc 100644
--- a/symfony/ux-google-map/2.22/manifest.json
+++ b/symfony/ux-google-map/2.22/manifest.json
@@ -8,7 +8,11 @@
"position": "after_target",
"warn_if_missing": true,
"target": " renderer: '%env(resolve:default::UX_MAP_DSN)%'",
- "content": " google_maps:\n # define the default map id for all maps (https://developers.google.com/maps/documentation/get-map-id)\n default_map_id: null"
+ "content": [
+ " google_maps:",
+ " # define the default map id for all maps (https://developers.google.com/maps/documentation/get-map-id)",
+ " default_map_id: null"
+ ]
}
],
"env": {
diff --git a/symfony/ux-react/2.9/manifest.json b/symfony/ux-react/2.9/manifest.json
index 444d845b..3b8dc10c 100644
--- a/symfony/ux-react/2.9/manifest.json
+++ b/symfony/ux-react/2.9/manifest.json
@@ -12,26 +12,35 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n .enableReactPreset()",
+ "content": [
+ "",
+ " .enableReactPreset()"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import { registerReactControllerComponents } from '@symfony/ux-react';",
+ "content": [
+ "import { registerReactControllerComponents } from '@symfony/ux-react';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/app.js",
- "content": "registerReactControllerComponents(require.context('./react/controllers', true, /\\.(j|t)sx?$/));",
+ "content": [
+ "registerReactControllerComponents(require.context('./react/controllers', true, /\\.(j|t)sx?$/));"
+ ],
"position": "bottom",
"warn_if_missing": true,
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/app.js",
- "content": "registerReactControllerComponents();",
+ "content": [
+ "registerReactControllerComponents();"
+ ],
"position": "bottom",
"warn_if_missing": true,
"requires": "symfony/asset-mapper"
diff --git a/symfony/ux-svelte/2.9/manifest.json b/symfony/ux-svelte/2.9/manifest.json
index c5e3457b..a6de137c 100644
--- a/symfony/ux-svelte/2.9/manifest.json
+++ b/symfony/ux-svelte/2.9/manifest.json
@@ -12,26 +12,35 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n .enableSvelte()",
+ "content": [
+ "",
+ " .enableSvelte()"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import { registerSvelteControllerComponents } from '@symfony/ux-svelte';",
+ "content": [
+ "import { registerSvelteControllerComponents } from '@symfony/ux-svelte';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/app.js",
- "content": "registerSvelteControllerComponents(require.context('./svelte/controllers', true, /\\.svelte$/));",
+ "content": [
+ "registerSvelteControllerComponents(require.context('./svelte/controllers', true, /\\.svelte$/));"
+ ],
"position": "bottom",
"warn_if_missing": true,
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/app.js",
- "content": "registerSvelteControllerComponents();",
+ "content": [
+ "registerSvelteControllerComponents();"
+ ],
"position": "bottom",
"warn_if_missing": true,
"requires": "symfony/asset-mapper"
diff --git a/symfony/ux-translator/2.9/manifest.json b/symfony/ux-translator/2.9/manifest.json
index a1ac08ba..ddc9698a 100644
--- a/symfony/ux-translator/2.9/manifest.json
+++ b/symfony/ux-translator/2.9/manifest.json
@@ -13,25 +13,33 @@
"add-lines": [
{
"file": "assets/translator.js",
- "content": "import { localeFallbacks } from '../var/translations/configuration';",
+ "content": [
+ "import { localeFallbacks } from '../var/translations/configuration';"
+ ],
"position": "top",
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/translator.js",
- "content": "import { localeFallbacks } from '@app/translations/configuration';",
+ "content": [
+ "import { localeFallbacks } from '@app/translations/configuration';"
+ ],
"position": "top",
"requires": "symfony/asset-mapper"
},
{
"file": "assets/translator.js",
- "content": "export * from '../var/translations';",
+ "content": [
+ "export * from '../var/translations';"
+ ],
"position": "bottom",
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/translator.js",
- "content": "export * from '@app/translations';",
+ "content": [
+ "export * from '@app/translations';"
+ ],
"position": "bottom",
"requires": "symfony/asset-mapper"
}
diff --git a/symfony/ux-vue/2.9/manifest.json b/symfony/ux-vue/2.9/manifest.json
index 2682a622..c3ad307f 100644
--- a/symfony/ux-vue/2.9/manifest.json
+++ b/symfony/ux-vue/2.9/manifest.json
@@ -12,26 +12,35 @@
"add-lines": [
{
"file": "webpack.config.js",
- "content": "\n .enableVueLoader()",
+ "content": [
+ "",
+ " .enableVueLoader()"
+ ],
"position": "after_target",
"target": ".splitEntryChunks()"
},
{
"file": "assets/app.js",
- "content": "import { registerVueControllerComponents } from '@symfony/ux-vue';",
+ "content": [
+ "import { registerVueControllerComponents } from '@symfony/ux-vue';"
+ ],
"position": "top",
"warn_if_missing": true
},
{
"file": "assets/app.js",
- "content": "registerVueControllerComponents(require.context('./vue/controllers', true, /\\.vue$/));",
+ "content": [
+ "registerVueControllerComponents(require.context('./vue/controllers', true, /\\.vue$/));"
+ ],
"position": "bottom",
"warn_if_missing": true,
"requires": "symfony/webpack-encore-bundle"
},
{
"file": "assets/app.js",
- "content": "registerVueControllerComponents();",
+ "content": [
+ "registerVueControllerComponents();"
+ ],
"position": "bottom",
"warn_if_missing": true,
"requires": "symfony/asset-mapper"
diff --git a/symfony/vonage-notifier/5.4/manifest.json b/symfony/vonage-notifier/5.4/manifest.json
index 25b0376e..cc8c1910 100644
--- a/symfony/vonage-notifier/5.4/manifest.json
+++ b/symfony/vonage-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " vonage: '%env(VONAGE_DSN)%'"
+ "content": [
+ " vonage: '%env(VONAGE_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/webpack-encore-bundle/2.0/manifest.json b/symfony/webpack-encore-bundle/2.0/manifest.json
index 16f8dcd4..086ced83 100644
--- a/symfony/webpack-encore-bundle/2.0/manifest.json
+++ b/symfony/webpack-encore-bundle/2.0/manifest.json
@@ -22,14 +22,18 @@
"add-lines": [
{
"file": "templates/base.html.twig",
- "content": " {{ encore_entry_script_tags('app') }}",
+ "content": [
+ " {{ encore_entry_script_tags('app') }}"
+ ],
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true
},
{
"file": "templates/base.html.twig",
- "content": " {{ encore_entry_link_tags('app') }}",
+ "content": [
+ " {{ encore_entry_link_tags('app') }}"
+ ],
"position": "after_target",
"target": "{% block stylesheets %}",
"warn_if_missing": true
diff --git a/symfony/webpack-encore-bundle/2.1/manifest.json b/symfony/webpack-encore-bundle/2.1/manifest.json
index 16f8dcd4..086ced83 100644
--- a/symfony/webpack-encore-bundle/2.1/manifest.json
+++ b/symfony/webpack-encore-bundle/2.1/manifest.json
@@ -22,14 +22,18 @@
"add-lines": [
{
"file": "templates/base.html.twig",
- "content": " {{ encore_entry_script_tags('app') }}",
+ "content": [
+ " {{ encore_entry_script_tags('app') }}"
+ ],
"position": "after_target",
"target": "{% block javascripts %}",
"warn_if_missing": true
},
{
"file": "templates/base.html.twig",
- "content": " {{ encore_entry_link_tags('app') }}",
+ "content": [
+ " {{ encore_entry_link_tags('app') }}"
+ ],
"position": "after_target",
"target": "{% block stylesheets %}",
"warn_if_missing": true
diff --git a/symfony/yunpian-notifier/5.4/manifest.json b/symfony/yunpian-notifier/5.4/manifest.json
index 80ca5463..dfe6121a 100644
--- a/symfony/yunpian-notifier/5.4/manifest.json
+++ b/symfony/yunpian-notifier/5.4/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
- "content": " yunpian: '%env(YUNPIAN_DSN)%'"
+ "content": [
+ " yunpian: '%env(YUNPIAN_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/zendesk-notifier/6.2/manifest.json b/symfony/zendesk-notifier/6.2/manifest.json
index c3136609..7719f1ef 100644
--- a/symfony/zendesk-notifier/6.2/manifest.json
+++ b/symfony/zendesk-notifier/6.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " zendesk: '%env(ZENDESK_DSN)%'"
+ "content": [
+ " zendesk: '%env(ZENDESK_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfony/zulip-notifier/5.2/manifest.json b/symfony/zulip-notifier/5.2/manifest.json
index d90b0787..8bac7f49 100644
--- a/symfony/zulip-notifier/5.2/manifest.json
+++ b/symfony/zulip-notifier/5.2/manifest.json
@@ -5,7 +5,9 @@
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
- "content": " zulip: '%env(ZULIP_DSN)%'"
+ "content": [
+ " zulip: '%env(ZULIP_DSN)%'"
+ ]
}
],
"env": {
diff --git a/symfonycasts/sass-bundle/0.5/manifest.json b/symfonycasts/sass-bundle/0.5/manifest.json
index e2fb5216..8f16f214 100644
--- a/symfonycasts/sass-bundle/0.5/manifest.json
+++ b/symfonycasts/sass-bundle/0.5/manifest.json
@@ -17,7 +17,10 @@
"position": "after_target",
"warn_if_missing": true,
"target": " missing_import_mode: strict",
- "content": " excluded_patterns:\n - '*/assets/styles/**/_*.scss'"
+ "content": [
+ " excluded_patterns:",
+ " - '*/assets/styles/**/_*.scss'"
+ ]
}
],
"conflict": {
diff --git a/zenstruck/browser/1.9/manifest.json b/zenstruck/browser/1.9/manifest.json
index 9679a702..9dba40e6 100644
--- a/zenstruck/browser/1.9/manifest.json
+++ b/zenstruck/browser/1.9/manifest.json
@@ -3,7 +3,9 @@
"add-lines": [
{
"file": "phpunit.xml.dist",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"warn_if_missing": true
diff --git a/zenstruck/foundry/2.5/manifest.json b/zenstruck/foundry/2.5/manifest.json
index 979f8917..c30d54b7 100644
--- a/zenstruck/foundry/2.5/manifest.json
+++ b/zenstruck/foundry/2.5/manifest.json
@@ -14,7 +14,9 @@
"add-lines": [
{
"file": "phpunit.dist.xml",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "phpunit/phpunit:>=10",
diff --git a/zenstruck/foundry/2.6/manifest.json b/zenstruck/foundry/2.6/manifest.json
index 44f5d325..d4be945c 100644
--- a/zenstruck/foundry/2.6/manifest.json
+++ b/zenstruck/foundry/2.6/manifest.json
@@ -15,7 +15,9 @@
"add-lines": [
{
"file": "phpunit.dist.xml",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "phpunit/phpunit:>=10",
diff --git a/zenstruck/foundry/2.7/manifest.json b/zenstruck/foundry/2.7/manifest.json
index d96ab7ef..d4c48e6e 100644
--- a/zenstruck/foundry/2.7/manifest.json
+++ b/zenstruck/foundry/2.7/manifest.json
@@ -15,7 +15,9 @@
"add-lines": [
{
"file": "phpunit.dist.xml",
- "content": " ",
+ "content": [
+ " "
+ ],
"position": "after_target",
"target": "",
"requires": "phpunit/phpunit:>=10",
@@ -23,7 +25,9 @@
},
{
"file": "config/packages/zenstruck_foundry.yaml",
- "content": " enable_auto_refresh_with_lazy_objects: true",
+ "content": [
+ " enable_auto_refresh_with_lazy_objects: true"
+ ],
"position": "after_target",
"target": "zenstruck_foundry:",
"requires": "php:>=8.4",