- Issue created by @johnv
Typed Class Constants are introduced in PHP 8.3.
PHP 8.3 is only supported as of Drupal 10.2, according to the
Drupal PHP requirements →
- wait for D12 to be released
- amend file .info.yml with add core_version_requirement: ^8 || ^9 || ^10 || ^11 (Not, since this not precies enough)
- amend file composer.json with "require": "php>=8.3.0"
- release new stable release, supporting only PHP 8.3 and higher,
Postponed
1.0
Code