Browse code

Remove redundant dependencies

Benjamin Roth authored on24/04/2025 10:28:26
Showing1 changed files
... ...
@@ -19,10 +19,7 @@
19 19
     },
20 20
     "require": {
21 21
         "php": "^8.0",
22
-        "contao/core-bundle": "^5.3",
23
-        "symfony/config": "^6.4",
24
-        "symfony/dependency-injection": "^6.4",
25
-        "symfony/http-kernel": "^6.4"
22
+        "contao/core-bundle": "^5.3"
26 23
     },
27 24
     "require-dev": {
28 25
         "bamarni/composer-bin-plugin": "^1.5",