-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 820 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 820 Bytes
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": "coccoinomane/wordpress-analytics",
"type": "wordpress-plugin",
"description": "Let Google Analytics communicate with WordPress and track user activity beyond pageviews",
"keywords": [],
"homepage": "https://github.com/coccoinomane/wordpress-analytics",
"license": "GPL3",
"authors": [
{
"name": "Guido Pettinari",
"email": "guido.pettinari@idearia.it"
}
],
"repositories": [
{
"type": "composer",
"url": "https://composer.idearia.it"
}
],
"require": {
"symfony/yaml": ">0.0",
"ins0/google-measurement-php-client": ">0.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": ">=0.7",
"idearia/wordpress-phpcs-xml": "^2.3"
}
}