-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1008 Bytes
/
composer.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nafigator/php-qa-hooks",
"description": "Git hooks for PHP commits QA.",
"type": "library",
"license": "MIT",
"version": "1.0.6",
"authors": [{
"name": "Yancharuk Alexander",
"role": "developer"
}],
"support": {
"issues": "https://github.com/nafigator/git-hooks/issues",
"source": "https://github.com/nafigator/git-hooks"
},
"minimum-stability": "dev",
"autoload": {
"exclude-from-classmap": ["/src/", "/.images/"]
},
"require": {
"nafigator/bash-helpers": "1.*",
"squizlabs/php_codesniffer": "3.*",
"neronmoon/scriptsdev": "0.*",
"phpunit/phpunit": "*"
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"keywords": [
"git",
"git-conflicts",
"git-hooks",
"bash-script",
"php-syntax",
"php",
"code-style",
"code-standard"
]
}