forked from asdfdotdev/utm.codes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 897 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
{
"name": "asdfdotdev/utm.codes",
"version": "1.8.2",
"description": "A plugin that makes building analytics friendly links quick and easy.",
"type": "wordpress-plugin",
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "2.3",
"phpcompatibility/php-compatibility": "^9.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpunit/phpunit": "^7.5",
"yoast/phpunit-polyfills": "^1.0"
},
"license": "GPL-2.0-only",
"authors": [
{
"name": "Chris Carlevato",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"keywords": ["WordPress", "plugin", "utm codes", "analytics", "link builder"],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}