-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 955 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": "vektor-inc/lightning-g3-evergreen",
"type": "project",
"authors": [
{
"name": "Vektor-inc",
"email": "[email protected]"
}
],
"require": {
"yahnis-elsts/plugin-update-checker": "^5.5",
"tgmpa/tgm-plugin-activation": "dev-develop"
},
"require-dev": {
"doctrine/instantiator": "1.5.0",
"squizlabs/php_codesniffer": "*",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"wp-phpunit/wp-phpunit": "^6.6",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"wp-coding-standards/wpcs": "*",
"yoast/phpunit-polyfills": "^1.1.0",
"vektor-inc/vk-wp-unit-test-tools": "^0.12.0"
},
"scripts": {
"format": "phpcbf --standard=./.phpcs.xml --report-summary --report-source",
"lint": "phpcs --standard=./.phpcs.xml",
"phpcs": "phpcs --standard=./.phpcs.xml"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}