forked from woocommerce/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
23 lines (23 loc) · 901 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
{
"name":"woocommerce/storefront",
"description":"Storefront is a robust and flexible WordPress theme, designed and built by the team at WooCommerce to help you make the most out of using the WooCommerce plugin to power your online store. It's available to download for free from the WordPress theme repository.",
"homepage":"https://woocommerce.com/",
"type":"wordpress-theme",
"license":"GPL-2.0+",
"require":{
"composer/installers":"~1.2"
},
"require-dev":{
"squizlabs/php_codesniffer":"*",
"wp-coding-standards/wpcs":"0.10.0",
"phpunit/phpunit":"6.2.3"
},
"scripts":{
"post-install-cmd":[
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
],
"post-update-cmd":[
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
]
}
}