Skip to content

Added Tombstone Analyzer for Tombstone report generation #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ script:
- ./vendor/bin/parallel-lint -h
- ./vendor/bin/phpcs --version
- ./vendor/bin/pdepend --version
- ./vendor/bin/php7cc --version
- ./vendor/bin/phpcpd --version
- ./vendor/bin/phploc --version
- ./vendor/bin/phpmetrics --version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ You'll get the following tools by depending on this package:
* **[PHP Coding Standards Fixer]**: A tool to automatically fix PHP coding standards issues
* **[PHP Parallel Lint]**: Check syntax of PHP files faster than serial check with fancier output
* **[PHP_CodeSniffer]**: Detects violations of a defined set of coding standards
* **[php7cc]**: PHP 7 Compatibility Checker

### Quality Assistance

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

## Suggested

Expand All @@ -76,13 +76,13 @@ The following packages are suggested:
[PHP Parallel Lint]: https://github.com/JakubOnderka/PHP-Parallel-Lint
[PHP_CodeSniffer]: https://github.com/squizlabs/PHP_CodeSniffer
[PHP_Depend]: https://github.com/pdepend/pdepend
[php7cc]: https://github.com/sstalle/php7cc
[PHPCPD]: https://github.com/sebastianbergmann/phpcpd
[PHPLOC]: https://github.com/sebastianbergmann/phploc
[PHPMD]: https://phpmd.org
[PhpMetrics]: http://www.phpmetrics.org
[PHPUnit]: https://phpunit.de
[SensioLabs Security Checker]: https://security.sensiolabs.org
[Tombstone Analyzer]: https://github.com/scheb/tombstone-analyzer

[Behat Mink]: https://github.com/Behat/MinkExtension
[Composer Versions Check]: https://github.com/Soullivaneuh/composer-versions-check
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"seld/jsonlint": "^1.4.0",
"sensiolabs/security-checker": "^4.0",
"sllh/composer-versions-check": "^2.0.0",
"sstalle/php7cc": "^1.1.0",
"squizlabs/php_codesniffer": "^2.5",
"scheb/tombstone-analyzer": "^0.3.0",

"ocramius/proxy-manager": "^1.0.0"
},
Expand Down