forked from wpengine/frost
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 1.1 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
{
"name": "linchpin/ash",
"type": "package",
"description": "An experimental block-based WordPress themes by WP Engine.",
"homepage": "https://github.com/linchpin/ash",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.4"
},
"require-dev": {
"automattic/phpcs-neutron-ruleset": "^3.4.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"friendsofphp/php-cs-fixer": "^3.16.0",
"php-parallel-lint/php-console-highlighter": "v1.0.0",
"php-parallel-lint/php-parallel-lint": "^v1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"saggre/phpdocumentor-markdown": "^0.1.3",
"squizlabs/php_codesniffer": "^3.7.2",
"wp-coding-standards/wpcs": "^2.3.0",
"wptrt/wpthemereview": "^0.2.1"
},
"scripts": {
"lint": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
"standards:check": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}