diff --git a/app/Output/SummaryOutput.php b/app/Output/SummaryOutput.php index 6275be9..4e13d48 100644 --- a/app/Output/SummaryOutput.php +++ b/app/Output/SummaryOutput.php @@ -13,5 +13,7 @@ class SummaryOutput extends BaseOutput '8.1-risky' => 'PHP 8.1 with risky', '8.2' => 'PHP 8.2', '8.2-risky' => 'PHP 8.2 with risky', + '8.3' => 'PHP 8.3', + '8.3-risky' => 'PHP 8.3 with risky', ]; } diff --git a/resources/presets/8.3-risky.php b/resources/presets/8.3-risky.php new file mode 100644 index 0000000..c5819ca --- /dev/null +++ b/resources/presets/8.3-risky.php @@ -0,0 +1,17 @@ + true, + + (new JsonRiskyFixer())->getName() => true, + ]) +); diff --git a/resources/presets/8.3.php b/resources/presets/8.3.php new file mode 100644 index 0000000..581680f --- /dev/null +++ b/resources/presets/8.3.php @@ -0,0 +1,11 @@ + true, +]));