-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathcomposer.json
29 lines (29 loc) · 913 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": "woocommerce/woocommerce-google-analytics-integration",
"description": "Allows Google Analytics tracking code to be inserted into WooCommerce store pages.",
"homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"archive": {
"exclude": [
"!/assets/js/build"
]
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^v0.7",
"wp-coding-standards/wpcs": "^3.0",
"phpunit/phpunit": "^9.5",
"yoast/phpunit-polyfills": "^1.1.0"
},
"config": {
"platform": {
"php": "7.4.33"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"psr-4": { "GoogleAnalyticsIntegration\\Tests\\": "tests/" }
}
}