Browse code

Set PHP 8 as minimum requirement as we're using PHP Attributes for EventListeners

Benjamin Roth authored on06/08/2024 11:27:21
Showing1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
     }
12 12
   ],
13 13
   "require":{
14
-    "php": "^7.4 || ^8.0",
14
+    "php": "^8.0",
15 15
     "contao/core-bundle": "^4.13 || ^5.0",
16 16
     "menatwork/contao-multicolumnwizard-bundle": "^3.5"
17 17
   },