- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
Latest commit
28 lines (28 loc) · 572 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 572 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "plotbox-io/phpcs-parse",
"description": "Parse phpcs (Code Sniffer) output and re-output in alternate formats",
"type": "library",
"keywords": [],
"license": "MIT",
"authors": [
{
"name": "Richard Paul",
"email": "richard.paul@plotbox.io"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.5",
"ext-json": "*",
"ext-dom": "*"
},
"autoload": {
"psr-4": {
"PlotBox\\PhpcsParse\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "4.8.36",
"mockery/mockery": "0.9.11"
}
}