From 080d5a562c67ee503e2c10295aa450a8e906ff5a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Dec 2016 10:29:01 +0100 Subject: [PATCH 1/3] Added Tombstone Analyzer for Tombstone report generation --- README.md | 2 ++ composer.json | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index fbc07d3..cc5d879 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,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 @@ -83,6 +84,7 @@ The following packages are suggested: [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 diff --git a/composer.json b/composer.json index 423caac..b9d57bb 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ "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" }, From bd2ea638ba2fc23fe03a074a6e63eff7698735d9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Dec 2016 10:41:12 +0100 Subject: [PATCH 2/3] Removed php7cc. Not updated in a while, has outdated dependencies and conflicts with Tombstone Analyzer --- README.md | 2 -- composer.json | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index cc5d879..9afa471 100644 --- a/README.md +++ b/README.md @@ -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 @@ -77,7 +76,6 @@ 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 diff --git a/composer.json b/composer.json index b9d57bb..e3096d3 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,6 @@ "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", From 88a2ce05e45d485f4a27c4b4a9642405b1df611d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Dec 2016 10:44:53 +0100 Subject: [PATCH 3/3] Removed test for php7cc from travis-ci --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37a6545..aafff6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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