Browse code

Revert Contao 5 compatibility because of notification center incompatibilities between 1.7 and 2.x

Benjamin Roth authored on08/05/2025 11:24:57
Showing1 changed files
... ...
@@ -15,11 +15,11 @@
15 15
     },
16 16
     "require": {
17 17
         "php": "^7.4 || ^8.0",
18
-        "contao/core-bundle": "^4.13 || ^5.3",
19
-        "symfony/config": "^5.4 || ^6.0 || ^7.0",
20
-        "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
21
-        "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
22
-        "terminal42/notification_center": "^1.6 || ^2.0"
18
+        "contao/core-bundle": "^4.13",
19
+        "symfony/config": "^5.4",
20
+        "symfony/dependency-injection": "^5.4",
21
+        "symfony/http-kernel": "^5.4",
22
+        "terminal42/notification_center": "^1.7"
23 23
     },
24 24
     "require-dev": {
25 25
         "bamarni/composer-bin-plugin": "^1.5",