feat(compatibility): add php 8.3

This commit is contained in:
Jay Trees 2025-03-10 12:34:27 +01:00
parent 7f5e48014d
commit 247c06c9c7
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
### Added
- Nothing
- Support for PHP 8.3
### Changed

View file

@ -110,9 +110,9 @@ switch ($step) {
'label' => __('Compatible'),
],
[
'filename' => __('PHP Version < 8.3'),
'filename' => __('PHP Version < 8.4'),
'icon' => 'php',
'condition' => \version_compare(\PHP_VERSION, '8.3', '<'),
'condition' => \version_compare(\PHP_VERSION, '8.4', '<'),
'label' => __('Compatible'),
],
[