Skip to content

Commit 979ab3e

Browse files
authored
Merge pull request #10 from DealerDirect/feature/adds-tombstone-analyzer
Added Tombstone Analyzer for Tombstone report generation
2 parents d3234fc + 88a2ce0 commit 979ab3e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ script:
1717
- ./vendor/bin/parallel-lint -h
1818
- ./vendor/bin/phpcs --version
1919
- ./vendor/bin/pdepend --version
20-
- ./vendor/bin/php7cc --version
2120
- ./vendor/bin/phpcpd --version
2221
- ./vendor/bin/phploc --version
2322
- ./vendor/bin/phpmetrics --version

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ You'll get the following tools by depending on this package:
2222
* **[PHP Coding Standards Fixer]**: A tool to automatically fix PHP coding standards issues
2323
* **[PHP Parallel Lint]**: Check syntax of PHP files faster than serial check with fancier output
2424
* **[PHP_CodeSniffer]**: Detects violations of a defined set of coding standards
25-
* **[php7cc]**: PHP 7 Compatibility Checker
2625

2726
### Quality Assistance
2827

@@ -53,6 +52,7 @@ Other packages that you'll get:
5352
* **[PHP_CodeSniffer Composer Installer]**: For installing PHP_CodeSniffer coding standards
5453
* **[PHPCompatibility]**: PHP Compatibility checks for PHP_CodeSniffer
5554
* **[prestissimo]**: Composer parallel install plugin
55+
* **[Tombstone Analyzer]**: Report generation for Tombstones
5656

5757
## Suggested
5858

@@ -76,13 +76,13 @@ The following packages are suggested:
7676
[PHP Parallel Lint]: https://github.com/JakubOnderka/PHP-Parallel-Lint
7777
[PHP_CodeSniffer]: https://github.com/squizlabs/PHP_CodeSniffer
7878
[PHP_Depend]: https://github.com/pdepend/pdepend
79-
[php7cc]: https://github.com/sstalle/php7cc
8079
[PHPCPD]: https://github.com/sebastianbergmann/phpcpd
8180
[PHPLOC]: https://github.com/sebastianbergmann/phploc
8281
[PHPMD]: https://phpmd.org
8382
[PhpMetrics]: http://www.phpmetrics.org
8483
[PHPUnit]: https://phpunit.de
8584
[SensioLabs Security Checker]: https://security.sensiolabs.org
85+
[Tombstone Analyzer]: https://github.com/scheb/tombstone-analyzer
8686

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

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"seld/jsonlint": "^1.4.0",
4747
"sensiolabs/security-checker": "^4.0",
4848
"sllh/composer-versions-check": "^2.0.0",
49-
"sstalle/php7cc": "^1.1.0",
5049
"squizlabs/php_codesniffer": "^2.5",
50+
"scheb/tombstone-analyzer": "^0.3.0",
5151

5252
"ocramius/proxy-manager": "^1.0.0"
5353
},

0 commit comments

Comments
 (0)