forked from phpbb-extensions/googleanalytics
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
56 lines (56 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cube/matomoanalytics",
"type": "phpbb-extension",
"description": "A extention to allow easy integration of the matomo tracking code. Forked from the official phpbb-googleanalytics extention.",
"homepage": "https://github.com/Cube707/phpbb-matomoanalytics",
"version": "1.0.0",
"keywords": ["phpbb", "extension", "matomo", "analytics"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Jan Wille",
"email": "[email protected]",
"homepage": "https://janwille.de",
"role": "Extension Developer"
},
{
"name": "Marc Alexander",
"email": "[email protected]",
"homepage": "http://www.m-a-styles.de",
"role": "Upstream Extensions Team Consultant"
},
{
"name": "Michael Cullum",
"homepage": "http://michaelcullum.com",
"email": "[email protected]",
"role": "Upstream Extensions Team Consultant"
},
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Upstream Extensions Development Team Lead"
},
{
"name": "Nathan Guse",
"email": "[email protected]",
"role": "Upstream Former Extensions Development Team Lead"
},
{
"name": "Lukasz Kaczynski",
"role": "Upstream Extensions Development Team"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "2.4.*"
},
"extra": {
"display-name": "Matomo Analytics",
"soft-require": {
"phpbb/phpbb": ">=3.2.0"
}
}
}