-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.09 KB
/
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
{
"name": "vektor-inc/vk-all-in-one-expansion-unit",
"type": "project",
"authors": [
{
"name": "Vektor-inc",
"email": "[email protected]"
}
],
"require-dev": {
"vektor-inc/vk-wp-unit-test-tools": "^0.11.0",
"sirbrillig/phpcs-variable-analysis": "^2.11",
"wp-phpunit/wp-phpunit": "^6.1.1",
"yoast/phpunit-polyfills": "^1.1",
"doctrine/instantiator": "^1.5.0",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.11",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^3.1"
},
"require": {
"vektor-inc/vk-admin": "^0.4.1",
"vektor-inc/vk-breadcrumb": "^0.2.2",
"vektor-inc/font-awesome-versions": "^0.5.0",
"vektor-inc/vk-term-color": "^0.1.0",
"vektor-inc/vk-css-optimize": "^0.2.5"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"format": "phpcbf --standard=./.phpcs.xml --report-summary --report-source",
"lint": "phpcs --standard=./.phpcs.xml",
"phpcs": "phpcs --standard=./.phpcs.xml"
}
}