You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ These are the latest tags for PHP versions that are no longer supported:
58
58
| codeception |[Codeception is a BDD-styled PHP testing framework](https://codeception.com/)|✅|✅|✅|
59
59
| composer |[Dependency Manager for PHP](https://getcomposer.org/)|✅|✅|✅|
60
60
| composer-bin-plugin |[Composer plugin to install bin vendors in isolated locations](https://github.com/bamarni/composer-bin-plugin)|✅|✅|✅|
61
+
| composer-lock-diff |[Composer plugin to check what has changed after a composer update](https://github.com/davidrjonas/composer-lock-diff)|✅|✅|✅|
61
62
| composer-normalize |[Composer plugin to normalize composer.json files](https://github.com/ergebnis/composer-normalize)|✅|✅|✅|
62
63
| composer-require-checker |[Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker)|✅|✅|✅|
63
64
| composer-require-checker-3 |[Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker)|✅|✅|✅|
@@ -68,8 +69,11 @@ These are the latest tags for PHP versions that are no longer supported:
68
69
| deptrac |[Enforces dependency rules between software layers](https://github.com/deptrac/deptrac)|✅|✅|✅|
69
70
| diffFilter |[Applies QA tools to run on a single pull request](https://github.com/exussum12/coverageChecker)|✅|✅|✅|
70
71
| ecs |[Sets up and runs coding standard checks](https://github.com/Symplify/EasyCodingStandard)|✅|✅|✅|
72
+
| gherkin-lint-php |[Gherkin linter for PHP](https://github.com/dantleech/gherkin-lint-php)|✅|✅|✅|
71
73
| infection |[AST based PHP Mutation Testing Framework](https://infection.github.io/)|✅|✅|✅|
74
+
| kahlan |[Kahlan is a full-featured Unit & BDD test framework a la RSpec/JSpec](https://kahlan.github.io/docs/)|✅|✅|✅|
72
75
| larastan |[PHPStan extension for Laravel](https://github.com/nunomaduro/larastan)|✅|✅|✅|
76
+
| lines |[CLI tool for quick metrics of PHP projects](https://github.com/tomasVotruba/lines)|✅|✅|✅|
73
77
| local-php-security-checker |[Checks composer dependencies for known security vulnerabilities](https://github.com/fabpot/local-php-security-checker)|✅|✅|✅|
| paratest |[Parallel testing for PHPUnit](https://github.com/paratestphp/paratest)|✅|✅|✅|
@@ -107,7 +111,6 @@ These are the latest tags for PHP versions that are no longer supported:
107
111
| phpstan-deprecation-rules |[PHPStan rules for detecting deprecated code](https://github.com/phpstan/phpstan-deprecation-rules)|✅|✅|✅|
108
112
| phpstan-doctrine |[Doctrine extensions for PHPStan](https://github.com/phpstan/phpstan-doctrine)|✅|✅|✅|
109
113
| phpstan-ergebnis-rules |[Additional rules for PHPstan](https://github.com/ergebnis/phpstan-rules)|✅|✅|✅|
110
-
| phpstan-exception-rules |[PHPStan rules for checked and unchecked exceptions](https://github.com/pepakriz/phpstan-exception-rules)|✅|✅|✅|
111
114
| phpstan-larastan |[Separate installation of phpstan for larastan](https://github.com/phpstan/phpstan)|✅|✅|✅|
112
115
| phpstan-phpunit |[PHPUnit extensions and rules for PHPStan](https://github.com/phpstan/phpstan-phpunit)|✅|✅|✅|
113
116
| phpstan-strict-rules |[Extra strict and opinionated rules for PHPStan](https://github.com/phpstan/phpstan-strict-rules)|✅|✅|✅|
@@ -153,6 +156,7 @@ Some tools are not included in the docker image, to use them refer to their docu
153
156
| phpcf |[Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/)|
0 commit comments