Updated composer.json to remove the translation package and add the stopwatch package. Cleaned up configuration files by removing unused mailer, notifier, translation, and ux_turbo settings, and adjusted CSRF protection settings. Modified messenger.yaml to remove email message routing.
Some checks failed
CI - Build Tonehaus Docker image / build (push) Failing after 2m6s
Some checks failed
CI - Build Tonehaus Docker image / build (push) Failing after 2m6s
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
"symfony/security-bundle": "7.3.*",
|
||||
"symfony/serializer": "7.3.*",
|
||||
"symfony/string": "7.3.*",
|
||||
"symfony/translation": "7.3.*",
|
||||
"symfony/twig-bundle": "7.3.*",
|
||||
"symfony/validator": "7.3.*",
|
||||
"symfony/web-link": "7.3.*",
|
||||
@@ -99,6 +98,7 @@
|
||||
"symfony/css-selector": "7.3.*",
|
||||
"symfony/debug-bundle": "7.3.*",
|
||||
"symfony/maker-bundle": "^1.64",
|
||||
"symfony/stopwatch": "7.3.*",
|
||||
"symfony/web-profiler-bundle": "7.3.*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user