-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
35 lines (35 loc) · 973 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
33
34
35
{
"name": "athemes/merchant",
"description": "All-in-one plugin designed to help you grow your WooCommerce store. Pre-orders, Buy Now buttons, product labels, trust badges, payment logos, and more.",
"license": "GPL-3.0-or-later",
"homepage": "https://athemes.com/merchant",
"authors": [
{
"name": "Ahmad Wael",
"email": "[email protected]",
"homepage": "https://www.bbioon.com"
},
{
"name": "Rodrigo Teixeira"
}
],
"scripts": {
"phpcs": "@php ./vendor/bin/phpcs",
"phpcs:fix": "@php ./vendor/bin/phpcbf",
"run-tests": [
"@phpcs:fix",
"@phpcs"
]
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"wp-coding-standards/wpcs": "^3.1.0",
"woocommerce/woocommerce-sniffs": "^1.0",
"phpcompatibility/phpcompatibility-wp": "*"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}