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
{{ message }}
This repository was archived by the owner on Oct 19, 2020. It is now read-only.
This is a composer meta package for installing PHP Quality Assurance Tools with only one dependency, based on [h4cc/phpqatools](https://github.com/h4cc/phpqatools).
59
+
```bash
60
+
$ composer qa:cs app/ACME
61
+
$ composer qa:cs app/ACME/Bomb.php
62
+
```
63
+
64
+
To see options for any QA command:
65
+
66
+
```bash
67
+
$ composer qa:cpd --help
68
+
```
72
69
73
-
Included in this package (based on [phpqatools](http://phpqatools.org/)) are:
-[PHPCOV](https://github.com/sebastianbergmann/phpcov): CLI frontend for the [PHP_CodeCoverage](https://github.com/sebastianbergmann/php-code-coverage)
0 commit comments