Browse code

Make the bundle backwards compatible with Contao 4.13

Benjamin Roth authored on18/10/2024 10:41:41
Showing1 changed files
... ...
@@ -19,10 +19,10 @@
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": "^4.13 || ^5.3",
23
+        "symfony/config": "^5.4 || ^6.4",
24
+        "symfony/dependency-injection": "^5.4 || ^6.4",
25
+        "symfony/http-kernel": "^5.4 || ^6.4"
26 26
     },
27 27
     "require-dev": {
28 28
         "bamarni/composer-bin-plugin": "^1.5",