File tree Expand file tree Collapse file tree 3 files changed +10
-19
lines changed
Expand file tree Collapse file tree 3 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 1+ kind : Removed
2+ body : drop support of PHP-CS-Fixer 2.x
3+ time : 2025-04-13T05:46:27.927282961Z
Original file line number Diff line number Diff line change 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 ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
1414| box v4 | [ Fast, zero config application bundler with PHARs] ( https://github.com/box-project/box ) | ❌ ; | ❌ ; | ✅ ; | ✅ ; | ❌ ; |
1515| box-manifest v4 | [ Create a manifest to a PHP Archive (PHAR) for the BOX project] ( https://github.com/llaville/box-manifest ) | ❌ ; | ❌ ; | ✅ ; | ✅ ; | ✅ ; |
3737| OpenJDK | [ OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 17 LTS)] ( https://openjdk.java.net/projects/jdk/17 ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
3838| OpenJDK | [ OpenJDK Java runtime, using Hotspot JIT (headless) (JDK 11 LTS)] ( https://openjdk.java.net/projects/jdk/11 ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
3939| phive | [ The PHAR Installation and Verification Environment] ( https://github.com/phar-io/phive ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
40- | php-cs-fixer 2 | [ PHP Coding Standards Fixer (2.x versions)] ( https://github.com/FriendsOfPHP/PHP-CS-Fixer ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
41- | php-cs-fixer 3 | [ PHP Coding Standards Fixer (3.x versions)] ( https://github.com/FriendsOfPHP/PHP-CS-Fixer ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
40+ | PHP-CS-Fixer 3 | [ PHP Coding Standards Fixer (3.x versions)] ( https://github.com/FriendsOfPHP/PHP-CS-Fixer ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
4241| phpbench | [ PHP Benchmarking framework] ( https://github.com/phpbench/phpbench ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
4342| phpbu 6 | [ PHP Backup Utility (6.x version)] ( https://github.com/sebastianfeldmann/phpbu ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
4443| phpcbf 2 | [ Automatically corrects coding standard violations] ( https://github.com/squizlabs/PHP_CodeSniffer ) | ✅ ; | ✅ ; | ✅ ; | ✅ ; | ✅ ; |
Original file line number Diff line number Diff line change 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" : {
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 ]
You can’t perform that action at this time.
0 commit comments