feat(settings): Require 8.3 for 35

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2026-06-12 11:13:01 +02:00
parent c93333dedb
commit 047e62ca31
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ class PhpOutdated implements ISetupCheck {
public const DEPRECATED_PHP_VERSION = '8.2';
public const DEPRECATED_SINCE = '33';
public const FUTURE_REQUIRED_PHP_VERSION = '8.3';
public const FUTURE_REQUIRED_STARTING = '34';
public const FUTURE_REQUIRED_STARTING = '35';
public function __construct(
private IL10N $l10n,