forked from ibuildingsnl/qa-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 893 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
{
"name": "ibuildings/qa-tools",
"license": "MIT",
"description": "Ibuildings standard QA Tools",
"require": {
"squizlabs/php_codesniffer": "~1",
"phpmd/phpmd": "~2",
"symfony/console": "~2.1",
"symfony/filesystem": "~2.1",
"twig/twig": "~1.12",
"sensiolabs/security-checker": "~2.0",
"phpunit/phpunit": "~4",
"sebastian/phpcpd": "~2",
"behat/behat": "~2.5",
"behat/mink": "*",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*",
"camspiers/json-pretty": "~1.0"
},
"bin": [
"bin/qa-tools",
"bin/jshint"
],
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload" : {
"psr-0": {
"Ibuildings": "src/"
}
}
}