-
Notifications
You must be signed in to change notification settings - Fork 31
/
composer.json
32 lines (32 loc) · 945 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
30
31
32
{
"name": "woocommerce/woocommerce-accommodation-bookings",
"description": "An accommodations add-on for the WooCommerce Bookings extension.",
"homepage": "https://woocommerce.com/products/woocommerce-accommodation-bookings/",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"archive": {
"exclude": [
"node_modules",
"!/assets"
]
},
"require-dev": {
"woocommerce/woocommerce-sniffs": "1.0.0",
"sirbrillig/phpcs-changed": "^2.11.1",
"phpunit/phpunit": "^9.6",
"10up/wp_mock": "^1.0.1"
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"automattic/jetpack-autoloader": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}