Skip to content

Commit 080d5a5

Browse files
committed
Added Tombstone Analyzer for Tombstone report generation
1 parent d3234fc commit 080d5a5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Other packages that you'll get:
5353
* **[PHP_CodeSniffer Composer Installer]**: For installing PHP_CodeSniffer coding standards
5454
* **[PHPCompatibility]**: PHP Compatibility checks for PHP_CodeSniffer
5555
* **[prestissimo]**: Composer parallel install plugin
56+
* **[Tombstone Analyzer]**: Report generation for Tombstones
5657

5758
## Suggested
5859

@@ -83,6 +84,7 @@ The following packages are suggested:
8384
[PhpMetrics]: http://www.phpmetrics.org
8485
[PHPUnit]: https://phpunit.de
8586
[SensioLabs Security Checker]: https://security.sensiolabs.org
87+
[Tombstone Analyzer]: https://github.com/scheb/tombstone-analyzer
8688

8789
[Behat Mink]: https://github.com/Behat/MinkExtension
8890
[Composer Versions Check]: https://github.com/Soullivaneuh/composer-versions-check

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"sllh/composer-versions-check": "^2.0.0",
4949
"sstalle/php7cc": "^1.1.0",
5050
"squizlabs/php_codesniffer": "^2.5",
51+
"scheb/tombstone-analyzer": "^0.3.0",
5152

5253
"ocramius/proxy-manager": "^1.0.0"
5354
},

0 commit comments

Comments
 (0)