From 8336720155736dc054fa2bf0d2cca80bcf137ddf Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 24 Dec 2025 18:31:15 +0300 Subject: [PATCH] Replace deprecated rule names in Pint presets --- presets/pint/8.2.json | 12 ++++++------ presets/pint/8.3.json | 14 +++++++------- presets/pint/8.4.json | 16 ++++++++-------- presets/pint/8.5.json | 18 +++++++++--------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/presets/pint/8.2.json b/presets/pint/8.2.json index 53e7dc9..dd2e1ee 100644 --- a/presets/pint/8.2.json +++ b/presets/pint/8.2.json @@ -4,12 +4,12 @@ "tests/Fixtures" ], "rules": { - "@PHP71Migration": true, - "@PHP73Migration": true, - "@PHP74Migration": true, - "@PHP80Migration": true, - "@PHP81Migration": true, - "@PHP82Migration": true, + "@PHP7x1Migration": true, + "@PHP7x3Migration": true, + "@PHP7x4Migration": true, + "@PHP8x0Migration": true, + "@PHP8x1Migration": true, + "@PHP8x2Migration": true, "concat_space": { "spacing": "one" }, diff --git a/presets/pint/8.3.json b/presets/pint/8.3.json index 9c1806f..7b0dcbd 100644 --- a/presets/pint/8.3.json +++ b/presets/pint/8.3.json @@ -4,13 +4,13 @@ "tests/Fixtures" ], "rules": { - "@PHP71Migration": true, - "@PHP73Migration": true, - "@PHP74Migration": true, - "@PHP80Migration": true, - "@PHP81Migration": true, - "@PHP82Migration": true, - "@PHP83Migration": true, + "@PHP7x1Migration": true, + "@PHP7x3Migration": true, + "@PHP7x4Migration": true, + "@PHP8x0Migration": true, + "@PHP8x1Migration": true, + "@PHP8x2Migration": true, + "@PHP8x3Migration": true, "concat_space": { "spacing": "one" }, diff --git a/presets/pint/8.4.json b/presets/pint/8.4.json index 633653f..2580601 100644 --- a/presets/pint/8.4.json +++ b/presets/pint/8.4.json @@ -4,14 +4,14 @@ "tests/Fixtures" ], "rules": { - "@PHP71Migration": true, - "@PHP73Migration": true, - "@PHP74Migration": true, - "@PHP80Migration": true, - "@PHP81Migration": true, - "@PHP82Migration": true, - "@PHP83Migration": true, - "@PHP84Migration": true, + "@PHP7x1Migration": true, + "@PHP7x3Migration": true, + "@PHP7x4Migration": true, + "@PHP8x0Migration": true, + "@PHP8x1Migration": true, + "@PHP8x2Migration": true, + "@PHP8x3Migration": true, + "@PHP8x4Migration": true, "concat_space": { "spacing": "one" }, diff --git a/presets/pint/8.5.json b/presets/pint/8.5.json index 6d96def..84d4d15 100644 --- a/presets/pint/8.5.json +++ b/presets/pint/8.5.json @@ -4,15 +4,15 @@ "tests/Fixtures" ], "rules": { - "@PHP71Migration": true, - "@PHP73Migration": true, - "@PHP74Migration": true, - "@PHP80Migration": true, - "@PHP81Migration": true, - "@PHP82Migration": true, - "@PHP83Migration": true, - "@PHP84Migration": true, - "@PHP85Migration": true, + "@PHP7x1Migration": true, + "@PHP7x3Migration": true, + "@PHP7x4Migration": true, + "@PHP8x0Migration": true, + "@PHP8x1Migration": true, + "@PHP8x2Migration": true, + "@PHP8x3Migration": true, + "@PHP8x4Migration": true, + "@PHP8x5Migration": true, "concat_space": { "spacing": "one" },