-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
47 lines (47 loc) · 1.27 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
40
41
42
43
44
45
46
47
{
"name": "vektor/vk-blocks-pro",
"authors": [
{
"name": "vektor,inc.",
"email": "info@vektor-inc.co.jp"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"vektor-inc/font-awesome-versions": "^0.6.2",
"vektor-inc/vk-swiper": "^0.3.4",
"tgmpa/tgm-plugin-activation": "dev-develop",
"yahnis-elsts/plugin-update-checker": "^5.0",
"vektor-inc/vk-admin": "^0.4.1",
"vektor-inc/vk-color-palette-manager": "^0.4.0",
"vektor-inc/vk-breadcrumb": "^0.2.5",
"vektor-inc/vk-term-color": "^0.7.1",
"vektor-inc/vk-css-optimize": "^0.2.5"
},
"require-dev": {
"doctrine/instantiator": "1.5.0",
"squizlabs/php_codesniffer": "*",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"wp-phpunit/wp-phpunit": "^5.4",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"wp-coding-standards/wpcs": "*",
"yoast/phpunit-polyfills": "^1.0",
"vektor-inc/vk-wp-unit-test-tools": "^0.10.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
}
}
}