forked from WordPress/twentynineteen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 836 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
{
"name": "wordpress/twentynineteen",
"description": "Let Gutenberg shine with this simple, fast, and powerful theme.",
"type": "package",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Themes"
],
"authors": [
{
"name": "the WordPress team",
"homepage": "https://github.com/WordPress/twentynineteen"
}
],
"require-dev": {
"wptrt/wpthemereview": "^0.1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0"
},
"scripts": {
"phpcs-i": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -i",
"lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
},
"support" : {
"issues": "https://github.com/WordPress/twentynineteen/issues",
"source": "https://github.com/WordPress/twentynineteen"
}
}