chore: relax php requirement to ^8.3

This commit is contained in:
Jürgen Mummert
2026-03-01 22:20:23 +01:00
parent 88af59e9a0
commit 4764857306
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "contao-bundle", "type": "contao-bundle",
"license": "proprietary", "license": "proprietary",
"require": { "require": {
"php": "^8.4", "php": "^8.3",
"contao/core-bundle": "^5.7", "contao/core-bundle": "^5.7",
"contao/calendar-bundle": "^5.7", "contao/calendar-bundle": "^5.7",
"contao/manager-plugin": "^2.0", "contao/manager-plugin": "^2.0",