@@ -22,7 +22,6 @@ You'll get the following tools by depending on this package:
22
22
* ** [ PHP Coding Standards Fixer] ** : A tool to automatically fix PHP coding standards issues
23
23
* ** [ PHP Parallel Lint] ** : Check syntax of PHP files faster than serial check with fancier output
24
24
* ** [ PHP_CodeSniffer] ** : Detects violations of a defined set of coding standards
25
- * ** [ php7cc] ** : PHP 7 Compatibility Checker
26
25
27
26
### Quality Assistance
28
27
@@ -53,6 +52,7 @@ Other packages that you'll get:
53
52
* ** [ PHP_CodeSniffer Composer Installer] ** : For installing PHP_CodeSniffer coding standards
54
53
* ** [ PHPCompatibility] ** : PHP Compatibility checks for PHP_CodeSniffer
55
54
* ** [ prestissimo] ** : Composer parallel install plugin
55
+ * ** [ Tombstone Analyzer] ** : Report generation for Tombstones
56
56
57
57
## Suggested
58
58
@@ -76,13 +76,13 @@ The following packages are suggested:
76
76
[ PHP Parallel Lint ] : https://github.com/JakubOnderka/PHP-Parallel-Lint
77
77
[ PHP_CodeSniffer ] : https://github.com/squizlabs/PHP_CodeSniffer
78
78
[ PHP_Depend ] : https://github.com/pdepend/pdepend
79
- [ php7cc ] : https://github.com/sstalle/php7cc
80
79
[ PHPCPD ] : https://github.com/sebastianbergmann/phpcpd
81
80
[ PHPLOC ] : https://github.com/sebastianbergmann/phploc
82
81
[ PHPMD ] : https://phpmd.org
83
82
[ PhpMetrics ] : http://www.phpmetrics.org
84
83
[ PHPUnit ] : https://phpunit.de
85
84
[ SensioLabs Security Checker ] : https://security.sensiolabs.org
85
+ [ Tombstone Analyzer ] : https://github.com/scheb/tombstone-analyzer
86
86
87
87
[ Behat Mink ] : https://github.com/Behat/MinkExtension
88
88
[ Composer Versions Check ] : https://github.com/Soullivaneuh/composer-versions-check
0 commit comments