Convert add-lines.content to arrays

This commit is contained in:
Nicolas Grekas
2026-03-31 13:35:15 +02:00
parent 7a4256654c
commit 266f98b871
113 changed files with 494 additions and 145 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
"add-lines": [ "add-lines": [
{ {
"file": "phpunit.dist.xml", "file": "phpunit.dist.xml",
"content": " <method>Doctrine\\Deprecations\\Deprecation::trigger</method>\n <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>", "content": [
" <method>Doctrine\\Deprecations\\Deprecation::trigger</method>",
" <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>"
],
"position": "after_target", "position": "after_target",
"target": "<deprecationTrigger>", "target": "<deprecationTrigger>",
"warn_if_missing": false "warn_if_missing": false
+4 -1
View File
@@ -2,7 +2,10 @@
"add-lines": [ "add-lines": [
{ {
"file": "phpunit.dist.xml", "file": "phpunit.dist.xml",
"content": " <method>Doctrine\\Deprecations\\Deprecation::trigger</method>\n <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>", "content": [
" <method>Doctrine\\Deprecations\\Deprecation::trigger</method>",
" <method>Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend</method>"
],
"position": "after_target", "position": "after_target",
"target": "<deprecationTrigger>", "target": "<deprecationTrigger>",
"requires": ["doctrine/deprecations"] "requires": ["doctrine/deprecations"]
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " allmysms: '%env(ALLMYSMS_DSN)%'" "content": [
" allmysms: '%env(ALLMYSMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " allmysms: '%env(ALLMYSMS_DSN)%'" "content": [
" allmysms: '%env(ALLMYSMS_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " sns: '%env(AMAZON_SNS_DSN)%'" "content": [
" sns: '%env(AMAZON_SNS_DSN)%'"
]
} }
], ],
"env": { "env": {
+6 -2
View File
@@ -11,14 +11,18 @@
"add-lines": [ "add-lines": [
{ {
"file": "templates/base.html.twig", "file": "templates/base.html.twig",
"content": " {{ importmap() }}", "content": [
" {{ importmap() }}"
],
"position": "after_target", "position": "after_target",
"target": "{% block javascripts %}", "target": "{% block javascripts %}",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "templates/base.html.twig", "file": "templates/base.html.twig",
"content": " <link rel=\"stylesheet\" href=\"{{ asset('styles/app.css') }}\">", "content": [
" <link rel=\"stylesheet\" href=\"{{ asset('styles/app.css') }}\">"
],
"position": "after_target", "position": "after_target",
"target": "{% block stylesheets %}", "target": "{% block stylesheets %}",
"warn_if_missing": true "warn_if_missing": true
+3 -1
View File
@@ -15,7 +15,9 @@
"add-lines": [ "add-lines": [
{ {
"file": "templates/base.html.twig", "file": "templates/base.html.twig",
"content": " {% block importmap %}{{ importmap('app') }}{% endblock %}", "content": [
" {% block importmap %}{{ importmap('app') }}{% endblock %}"
],
"position": "after_target", "position": "after_target",
"target": "{% block javascripts %}", "target": "{% block javascripts %}",
"warn_if_missing": true "warn_if_missing": true
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " bandwidth: '%env(BANDWIDTH_DSN)%'" "content": [
" bandwidth: '%env(BANDWIDTH_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " chatwork: '%env(CHATWORK_DSN)%'" "content": [
" chatwork: '%env(CHATWORK_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " clicksend: '%env(CLICKSEND_DSN)%'" "content": [
" clicksend: '%env(CLICKSEND_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " clickatell: '%env(CLICKATELL_DSN)%'" "content": [
" clickatell: '%env(CLICKATELL_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml", "file": "config/packages/translation.yaml",
"position": "after_target", "position": "after_target",
"target": " providers:", "target": " providers:",
"content": " crowdin:\n dsn: '%env(CROWDIN_DSN)%'" "content": [
" crowdin:",
" dsn: '%env(CROWDIN_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " discord: '%env(DISCORD_DSN)%'" "content": [
" discord: '%env(DISCORD_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " engagespot: '%env(ENGAGESPOT_DSN)%'" "content": [
" engagespot: '%env(ENGAGESPOT_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " esendex: '%env(ESENDEX_DSN)%'" "content": [
" esendex: '%env(ESENDEX_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " expo: '%env(EXPO_DSN)%'" "content": [
" expo: '%env(EXPO_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " fakechat+email: '%env(FAKE_CHAT_DSN)%'" "content": [
" fakechat+email: '%env(FAKE_CHAT_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " fakesms+email: '%env(FAKE_SMS_DSN)%'" "content": [
" fakesms+email: '%env(FAKE_SMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " firebase: '%env(FIREBASE_DSN)%'" "content": [
" firebase: '%env(FIREBASE_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " forty-six-elks: '%env(FORTY_SIX_ELKS_DSN)%'" "content": [
" forty-six-elks: '%env(FORTY_SIX_ELKS_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " freemobile: '%env(FREE_MOBILE_DSN)%'" "content": [
" freemobile: '%env(FREE_MOBILE_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " gatewayapi: '%env(GATEWAYAPI_DSN)%'" "content": [
" gatewayapi: '%env(GATEWAYAPI_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " gatewayapi: '%env(GATEWAYAPI_DSN)%'" "content": [
" gatewayapi: '%env(GATEWAYAPI_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " gitter: '%env(GITTER_DSN)%'" "content": [
" gitter: '%env(GITTER_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " goip: '%env(GOIP_DSN)%'" "content": [
" goip: '%env(GOIP_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " googlechat: '%env(GOOGLE_CHAT_DSN)%'" "content": [
" googlechat: '%env(GOOGLE_CHAT_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " googlechat: '%env(GOOGLE_CHAT_DSN)%'" "content": [
" googlechat: '%env(GOOGLE_CHAT_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " infobip: '%env(INFOBIP_DSN)%'" "content": [
" infobip: '%env(INFOBIP_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " iqsms: '%env(IQSMS_DSN)%'" "content": [
" iqsms: '%env(IQSMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " isendpro: '%env(ISENDPRO_DSN)%'" "content": [
" isendpro: '%env(ISENDPRO_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " jolinotif: '%env(JOLINOTIF_DSN)%'" "content": [
" jolinotif: '%env(JOLINOTIF_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " kaz-info-teh: '%env(KAZ_INFO_TEH_DSN)%'" "content": [
" kaz-info-teh: '%env(KAZ_INFO_TEH_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " lightsms: '%env(LIGHTSMS_DSN)%'" "content": [
" lightsms: '%env(LIGHTSMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " linebot: '%env(LINE_BOT_DSN)%'" "content": [
" linebot: '%env(LINE_BOT_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " linenotify: '%env(LINE_NOTIFY_DSN)%'" "content": [
" linenotify: '%env(LINE_NOTIFY_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " linkedin: '%env(LINKEDIN_DSN)%'" "content": [
" linkedin: '%env(LINKEDIN_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml", "file": "config/packages/translation.yaml",
"position": "after_target", "position": "after_target",
"target": " providers:", "target": " providers:",
"content": " loco:\n dsn: '%env(LOCO_DSN)%'" "content": [
" loco:",
" dsn: '%env(LOCO_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml", "file": "config/packages/translation.yaml",
"position": "after_target", "position": "after_target",
"target": " providers:", "target": " providers:",
"content": " lokalise:\n dsn: '%env(LOKALISE_DSN)%'" "content": [
" lokalise:",
" dsn: '%env(LOKALISE_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " lox24: '%env(LOX24_DSN)%'" "content": [
" lox24: '%env(LOX24_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -4,7 +4,9 @@
"file": "config/packages/notifier.yaml", "file": "config/packages/notifier.yaml",
"position": "after_target", "position": "after_target",
"target": " texter_transports:", "target": " texter_transports:",
"content": " mailpace+api: '%env(MAILER_DSN)%'" "content": [
" mailpace+api: '%env(MAILER_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " mailjet: '%env(MAILJET_DSN)%'" "content": [
" mailjet: '%env(MAILJET_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " mastodon: '%env(MASTODON_DSN)%'" "content": [
" mastodon: '%env(MASTODON_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " matrix: '%env(MATRIX_DSN)%'" "content": [
" matrix: '%env(MATRIX_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " mattermost: '%env(MATTERMOST_DSN)%'" "content": [
" mattermost: '%env(MATTERMOST_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " mercure: '%env(MERCURE_DSN)%'" "content": [
" mercure: '%env(MERCURE_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " messagebird: '%env(MESSAGEBIRD_DSN)%'" "content": [
" messagebird: '%env(MESSAGEBIRD_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " messagemedia: '%env(MESSAGEMEDIA_DSN)%'" "content": [
" messagemedia: '%env(MESSAGEMEDIA_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " microsoftteams: '%env(MICROSOFT_TEAMS_DSN)%'" "content": [
" microsoftteams: '%env(MICROSOFT_TEAMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " mobyt: '%env(MOBYT_DSN)%'" "content": [
" mobyt: '%env(MOBYT_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " nexmo: '%env(NEXMO_DSN)%'" "content": [
" nexmo: '%env(NEXMO_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " octopush: '%env(OCTOPUSH_DSN)%'" "content": [
" octopush: '%env(OCTOPUSH_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " onesignal: '%env(ONESIGNAL_DSN)%'" "content": [
" onesignal: '%env(ONESIGNAL_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " orange-sms: '%env(ORANGE_SMS_DSN)%'" "content": [
" orange-sms: '%env(ORANGE_SMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " ovhcloud: '%env(OVHCLOUD_DSN)%'" "content": [
" ovhcloud: '%env(OVHCLOUD_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " pagerduty: '%env(PAGERDUTY_DSN)%'" "content": [
" pagerduty: '%env(PAGERDUTY_DSN)%'"
]
} }
], ],
"env": { "env": {
+12 -4
View File
@@ -28,7 +28,9 @@
"add-lines": [ "add-lines": [
{ {
"file": "phpunit.xml.dist", "file": "phpunit.xml.dist",
"content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />", "content": [
" <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />"
],
"position": "after_target", "position": "after_target",
"target": "<extensions>", "target": "<extensions>",
"requires": "symfony/phpunit-bridge:<7.3", "requires": "symfony/phpunit-bridge:<7.3",
@@ -36,7 +38,9 @@
}, },
{ {
"file": "phpunit.dist.xml", "file": "phpunit.dist.xml",
"content": " <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />", "content": [
" <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />"
],
"position": "after_target", "position": "after_target",
"target": "<extensions>", "target": "<extensions>",
"requires": "symfony/phpunit-bridge:<7.3", "requires": "symfony/phpunit-bridge:<7.3",
@@ -44,7 +48,9 @@
}, },
{ {
"file": "phpunit.xml.dist", "file": "phpunit.xml.dist",
"content": " <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />", "content": [
" <extension class=\"Symfony\\Component\\Panther\\ServerExtension\" />"
],
"position": "after_target", "position": "after_target",
"target": "<extensions>", "target": "<extensions>",
"requires": "phpunit/phpunit:<10", "requires": "phpunit/phpunit:<10",
@@ -52,7 +58,9 @@
}, },
{ {
"file": "phpunit.dist.xml", "file": "phpunit.dist.xml",
"content": " <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />", "content": [
" <bootstrap class=\"Symfony\\Component\\Panther\\ServerExtension\" />"
],
"position": "after_target", "position": "after_target",
"target": "<extensions>", "target": "<extensions>",
"requires": "phpunit/phpunit:>=10", "requires": "phpunit/phpunit:>=10",
+6 -1
View File
@@ -2,7 +2,12 @@
"add-lines": [ "add-lines": [
{ {
"file": "phpunit.dist.xml", "file": "phpunit.dist.xml",
"content": " <bootstrap class=\"Symfony\\Bridge\\PhpUnit\\SymfonyExtension\">\n <parameter name=\"clock-mock-namespaces\" value=\"App\" />\n <parameter name=\"dns-mock-namespaces\" value=\"App\" />\n </bootstrap>", "content": [
" <bootstrap class=\"Symfony\\Bridge\\PhpUnit\\SymfonyExtension\">",
" <parameter name=\"clock-mock-namespaces\" value=\"App\" />",
" <parameter name=\"dns-mock-namespaces\" value=\"App\" />",
" </bootstrap>"
],
"position": "after_target", "position": "after_target",
"target": "<extensions>", "target": "<extensions>",
"warn_if_missing": true "warn_if_missing": true
@@ -4,7 +4,10 @@
"file": "config/packages/translation.yaml", "file": "config/packages/translation.yaml",
"position": "after_target", "position": "after_target",
"target": " providers:", "target": " providers:",
"content": " phrase:\n dsn: '%env(PHRASE_DSN)%'" "content": [
" phrase:",
" dsn: '%env(PHRASE_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " plivo: '%env(PLIVO_DSN)%'" "content": [
" plivo: '%env(PLIVO_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -4,7 +4,9 @@
"file": "config/packages/notifier.yaml", "file": "config/packages/notifier.yaml",
"position": "after_target", "position": "after_target",
"target": " texter_transports:", "target": " texter_transports:",
"content": " postmark: '%env(MAILER_DSN)%'" "content": [
" postmark: '%env(MAILER_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " primotexto: '%env(PRIMOTEXTO_DSN)%'" "content": [
" primotexto: '%env(PRIMOTEXTO_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " pushover: '%env(PUSHOVER_DSN)%'" "content": [
" pushover: '%env(PUSHOVER_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " pushy: '%env(PUSHY_DSN)%'" "content": [
" pushy: '%env(PUSHY_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " redlink: '%env(REDLINK_DSN)%'" "content": [
" redlink: '%env(REDLINK_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " ringcentral: '%env(RINGCENTRAL_DSN)%'" "content": [
" ringcentral: '%env(RINGCENTRAL_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " rocketchat: '%env(ROCKETCHAT_DSN)%'" "content": [
" rocketchat: '%env(ROCKETCHAT_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sendberry: '%env(SENDBERRY_DSN)%'" "content": [
" sendberry: '%env(SENDBERRY_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -4,7 +4,9 @@
"file": "config/packages/notifier.yaml", "file": "config/packages/notifier.yaml",
"position": "after_target", "position": "after_target",
"target": " texter_transports:", "target": " texter_transports:",
"content": " sendgrid: '%env(MAILER_DSN)%'" "content": [
" sendgrid: '%env(MAILER_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sendinblue: '%env(SENDINBLUE_DSN)%'" "content": [
" sendinblue: '%env(SENDINBLUE_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " simpletextin: '%env(SIMPLETEXTIN_DSN)%'" "content": [
" simpletextin: '%env(SIMPLETEXTIN_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sinch: '%env(SINCH_DSN)%'" "content": [
" sinch: '%env(SINCH_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sipgate: '%env(SIPGATE_DSN)%'" "content": [
" sipgate: '%env(SIPGATE_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " slack: '%env(SLACK_DSN)%'" "content": [
" slack: '%env(SLACK_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " slack: '%env(SLACK_DSN)%'" "content": [
" slack: '%env(SLACK_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " slack: '%env(SLACK_DSN)%'" "content": [
" slack: '%env(SLACK_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " smsbiuras: '%env(SMSBIURAS_DSN)%'" "content": [
" smsbiuras: '%env(SMSBIURAS_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sms-factor: '%env(SMS_FACTOR_DSN)%'" "content": [
" sms-factor: '%env(SMS_FACTOR_DSN)%'"
]
} }
], ],
"env": { "env": {
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sms-sluzba: '%env(SMS_SLUZBA_DSN)%'" "content": [
" sms-sluzba: '%env(SMS_SLUZBA_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sms77: '%env(SMS77_DSN)%'" "content": [
" sms77: '%env(SMS77_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " smsapi: '%env(SMSAPI_DSN)%'" "content": [
" smsapi: '%env(SMSAPI_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " smsbox: '%env(SMSBOX_DSN)%'" "content": [
" smsbox: '%env(SMSBOX_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " smsc: '%env(SMSC_DSN)%'" "content": [
" smsc: '%env(SMSC_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " smsense: '%env(SMSENSE_DSN)%'" "content": [
" smsense: '%env(SMSENSE_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " smsmode: '%env(SMSMODE_DSN)%'" "content": [
" smsmode: '%env(SMSMODE_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " spothit: '%env(SPOTHIT_DSN)%'" "content": [
" spothit: '%env(SPOTHIT_DSN)%'"
]
} }
], ],
"env": { "env": {
+23 -4
View File
@@ -13,25 +13,44 @@
"add-lines": [ "add-lines": [
{ {
"file": "webpack.config.js", "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", "position": "after_target",
"target": ".splitEntryChunks()" "target": ".splitEntryChunks()"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "import './bootstrap.js';", "content": [
"import './bootstrap.js';"
],
"position": "top", "position": "top",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "assets/bootstrap.js", "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", "position": "top",
"requires": "symfony/webpack-encore-bundle" "requires": "symfony/webpack-encore-bundle"
}, },
{ {
"file": "assets/bootstrap.js", "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", "position": "top",
"requires": "symfony/asset-mapper" "requires": "symfony/asset-mapper"
} }
+23 -4
View File
@@ -15,25 +15,44 @@
"add-lines": [ "add-lines": [
{ {
"file": "webpack.config.js", "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", "position": "after_target",
"target": ".splitEntryChunks()" "target": ".splitEntryChunks()"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "import './bootstrap.js';", "content": [
"import './bootstrap.js';"
],
"position": "top", "position": "top",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "assets/bootstrap.js", "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", "position": "top",
"requires": "symfony/webpack-encore-bundle" "requires": "symfony/webpack-encore-bundle"
}, },
{ {
"file": "assets/bootstrap.js", "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", "position": "top",
"requires": "symfony/asset-mapper" "requires": "symfony/asset-mapper"
} }
+23 -4
View File
@@ -15,25 +15,44 @@
"add-lines": [ "add-lines": [
{ {
"file": "webpack.config.js", "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", "position": "after_target",
"target": ".splitEntryChunks()" "target": ".splitEntryChunks()"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "import './stimulus_bootstrap.js';", "content": [
"import './stimulus_bootstrap.js';"
],
"position": "top", "position": "top",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "assets/stimulus_bootstrap.js", "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", "position": "top",
"requires": "symfony/webpack-encore-bundle" "requires": "symfony/webpack-encore-bundle"
}, },
{ {
"file": "assets/stimulus_bootstrap.js", "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", "position": "top",
"requires": "symfony/asset-mapper" "requires": "symfony/asset-mapper"
} }
+26 -5
View File
@@ -13,31 +13,52 @@
"add-lines": [ "add-lines": [
{ {
"file": "webpack.config.js", "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", "position": "after_target",
"target": ".splitEntryChunks()" "target": ".splitEntryChunks()"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "import './bootstrap.js';", "content": [
"import './bootstrap.js';"
],
"position": "top", "position": "top",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "assets/bootstrap.js", "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", "position": "top",
"requires": "symfony/webpack-encore-bundle" "requires": "symfony/webpack-encore-bundle"
}, },
{ {
"file": "assets/bootstrap.js", "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", "position": "top",
"requires": "symfony/asset-mapper" "requires": "symfony/asset-mapper"
}, },
{ {
"file": "templates/base.html.twig", "file": "templates/base.html.twig",
"content": " {{ ux_controller_link_tags() }}", "content": [
" {{ ux_controller_link_tags() }}"
],
"position": "after_target", "position": "after_target",
"target": "{% block stylesheets %}", "target": "{% block stylesheets %}",
"warn_if_missing": true, "warn_if_missing": true,
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " sweego: '%env(SWEEGO_DSN)%'" "content": [
" sweego: '%env(SWEEGO_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " telegram: '%env(TELEGRAM_DSN)%'" "content": [
" telegram: '%env(TELEGRAM_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " telnyx: '%env(TELNYX_DSN)%'" "content": [
" telnyx: '%env(TELNYX_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " termii: '%env(TERMII_DSN)%'" "content": [
" termii: '%env(TERMII_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " turbosms: '%env(TURBOSMS_DSN)%'" "content": [
" turbosms: '%env(TURBOSMS_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " twilio: '%env(TWILIO_DSN)%'" "content": [
" twilio: '%env(TWILIO_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " chatter_transports:", "target": " chatter_transports:",
"content": " twitter: '%env(TWITTER_DSN)%'" "content": [
" twitter: '%env(TWITTER_DSN)%'"
]
} }
], ],
"env": { "env": {
+3 -1
View File
@@ -5,7 +5,9 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " texter_transports:", "target": " texter_transports:",
"content": " unifonic: '%env(UNIFONIC_DSN)%'" "content": [
" unifonic: '%env(UNIFONIC_DSN)%'"
]
} }
], ],
"env": { "env": {
+5 -1
View File
@@ -8,7 +8,11 @@
"position": "after_target", "position": "after_target",
"warn_if_missing": true, "warn_if_missing": true,
"target": " renderer: '%env(resolve:default::UX_MAP_DSN)%'", "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": { "env": {
+13 -4
View File
@@ -12,26 +12,35 @@
"add-lines": [ "add-lines": [
{ {
"file": "webpack.config.js", "file": "webpack.config.js",
"content": "\n .enableReactPreset()", "content": [
"",
" .enableReactPreset()"
],
"position": "after_target", "position": "after_target",
"target": ".splitEntryChunks()" "target": ".splitEntryChunks()"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "import { registerReactControllerComponents } from '@symfony/ux-react';", "content": [
"import { registerReactControllerComponents } from '@symfony/ux-react';"
],
"position": "top", "position": "top",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "assets/app.js", "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", "position": "bottom",
"warn_if_missing": true, "warn_if_missing": true,
"requires": "symfony/webpack-encore-bundle" "requires": "symfony/webpack-encore-bundle"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "registerReactControllerComponents();", "content": [
"registerReactControllerComponents();"
],
"position": "bottom", "position": "bottom",
"warn_if_missing": true, "warn_if_missing": true,
"requires": "symfony/asset-mapper" "requires": "symfony/asset-mapper"
+13 -4
View File
@@ -12,26 +12,35 @@
"add-lines": [ "add-lines": [
{ {
"file": "webpack.config.js", "file": "webpack.config.js",
"content": "\n .enableSvelte()", "content": [
"",
" .enableSvelte()"
],
"position": "after_target", "position": "after_target",
"target": ".splitEntryChunks()" "target": ".splitEntryChunks()"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "import { registerSvelteControllerComponents } from '@symfony/ux-svelte';", "content": [
"import { registerSvelteControllerComponents } from '@symfony/ux-svelte';"
],
"position": "top", "position": "top",
"warn_if_missing": true "warn_if_missing": true
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "registerSvelteControllerComponents(require.context('./svelte/controllers', true, /\\.svelte$/));", "content": [
"registerSvelteControllerComponents(require.context('./svelte/controllers', true, /\\.svelte$/));"
],
"position": "bottom", "position": "bottom",
"warn_if_missing": true, "warn_if_missing": true,
"requires": "symfony/webpack-encore-bundle" "requires": "symfony/webpack-encore-bundle"
}, },
{ {
"file": "assets/app.js", "file": "assets/app.js",
"content": "registerSvelteControllerComponents();", "content": [
"registerSvelteControllerComponents();"
],
"position": "bottom", "position": "bottom",
"warn_if_missing": true, "warn_if_missing": true,
"requires": "symfony/asset-mapper" "requires": "symfony/asset-mapper"

Some files were not shown because too many files have changed in this diff Show More