Bump PHP requirement to >= 8.2 (first non-EOL version)

This commit is contained in:
Laurent Dinclaux
2026-02-10 09:55:18 +11:00
parent 6a4a4e09df
commit 8b9447fc63

View File

@@ -34,7 +34,7 @@
} }
], ],
"require": { "require": {
"php": ">=8.1", "php": ">=8.2",
"roundcube/plugin-installer": ">=0.3.0", "roundcube/plugin-installer": ">=0.3.0",
"ext-ctype": "*" "ext-ctype": "*"
}, },