Skip to content

Commit 9d6e9fe

Browse files
committed
drop support of PHP-CS-Fixer v2
1 parent 5a0fb4d commit 9d6e9fe

File tree

3 files changed

+10
-19
lines changed

3 files changed

+10
-19
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Removed
2+
body: drop support of PHP-CS-Fixer 2.x
3+
time: 2025-04-13T05:46:27.927282961Z

docs/appendix/tools.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- MARKDOWN-TABLE:START -->
1010
| Name | Description | <sup>PHP 8.0</sup> | <sup>PHP 8.1</sup> | <sup>PHP 8.2</sup> | <sup>PHP 8.3</sup> | <sup>PHP 8.4</sup> |
1111
| :--- | :---------- | :------ | :------ | :------ | :------ | :------ |
12-
| | Total available: 56 | 31 | 32 | 33 | 37 | 42 |
12+
| | Total available: 55 | 30 | 31 | 31 | 35 | 40 |
1313
| asciinema | [Terminal session recorder](https://github.com/asciinema/asciinema) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
1414
| box v4 | [Fast, zero config application bundler with PHARs](https://github.com/box-project/box) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x274C; |
1515
| box-manifest v4 | [Create a manifest to a PHP Archive (PHAR) for the BOX project](https://github.com/llaville/box-manifest) | &#x274C; | &#x274C; | &#x2705; | &#x2705; | &#x2705; |
@@ -37,8 +37,7 @@
3737
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 17 LTS)](https://openjdk.java.net/projects/jdk/17) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
3838
| OpenJDK | [OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 11 LTS)](https://openjdk.java.net/projects/jdk/11) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
3939
| phive | [The PHAR Installation and Verification Environment](https://github.com/phar-io/phive) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
40-
| php-cs-fixer 2 | [PHP Coding Standards Fixer (2.x versions)](https://github.com/FriendsOfPHP/PHP-CS-Fixer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
41-
| php-cs-fixer 3 | [PHP Coding Standards Fixer (3.x versions)](https://github.com/FriendsOfPHP/PHP-CS-Fixer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
40+
| PHP-CS-Fixer 3 | [PHP Coding Standards Fixer (3.x versions)](https://github.com/FriendsOfPHP/PHP-CS-Fixer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4241
| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4342
| phpbu 6 | [PHP Backup Utility (6.x version)](https://github.com/sebastianfeldmann/phpbu) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |
4443
| phpcbf 2 | [Automatically corrects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer) | &#x2705; | &#x2705; | &#x2705; | &#x2705; | &#x2705; |

resources/tools/phpcsfixer.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"tools": [
33
{
4-
"name": "php-cs-fixer 3",
4+
"name": "PHP-CS-Fixer 3",
55
"summary": "PHP Coding Standards Fixer (3.x versions)",
66
"website": "https://github.com/FriendsOfPHP/PHP-CS-Fixer",
77
"command": {
@@ -16,21 +16,10 @@
1616
"tags": [
1717
"php-cs-fixer-3",
1818
"exclude-php:5.6",
19-
"exclude-php:7.0"
20-
]
21-
},
22-
{
23-
"name": "php-cs-fixer 2",
24-
"summary": "PHP Coding Standards Fixer (2.x versions)",
25-
"website": "https://github.com/FriendsOfPHP/PHP-CS-Fixer",
26-
"command": {
27-
"phar-download": {
28-
"phar": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.19.1/php-cs-fixer.phar",
29-
"bin": "%target-dir%/php-cs-fixer-2"
30-
}
31-
},
32-
"tags": [
33-
"php-cs-fixer-2"
19+
"exclude-php:7.0",
20+
"exclude-php:7.1",
21+
"exclude-php:7.2",
22+
"exclude-php:7.3"
3423
]
3524
}
3625
]

0 commit comments

Comments
 (0)