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).
4
+
5
+
# Usage
6
+
7
+
The installed tools are available in vendor/bin/ and can be started like this:
8
+
9
+
```bash
10
+
php vendor/bin/phpmd
11
+
```
12
+
13
+
# Installation
14
+
15
+
To use this package, add it as as "dev" dependency with this command:
0 commit comments