forked from phpbb-extensions/googleanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 1.53 KB
/
Copy pathcomposer.json
File metadata and controls
62 lines (62 loc) · 1.53 KB
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
57
58
59
60
61
62
{
"name": "clutchengineering/posthog",
"type": "phpbb-extension",
"description": "A Clutch Engineering extension that allows administrators to easily add PostHog to their forums.",
"homepage": "https://github.com/ClutchEngineering/phpbb-posthog",
"version": "1.0.0-dev",
"keywords": ["phpbb", "extension", "posthog", "analytics"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Jeff Verkoeyen",
"email": "jeff@clutch-engineering.de",
"homepage": "https://clutch.engineering",
"role": "PostHog fork creator"
},
{
"name": "Marc Alexander",
"email": "admin@m-a-styles.de",
"homepage": "http://www.m-a-styles.de",
"role": "Extensions Team Consultant"
},
{
"name": "Michael Cullum",
"homepage": "http://michaelcullum.com",
"email": "michael@phpbb.com",
"role": "Extensions Team Consultant"
},
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
},
{
"name": "Nathan Guse",
"email": "nathaniel.guse@gmail.com",
"role": "Former Extensions Development Team Lead"
},
{
"name": "Lukasz Kaczynski",
"role": "Extensions Development Team"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phing/phing": "2.4.*"
},
"extra": {
"display-name": "PostHog",
"soft-require": {
"phpbb/phpbb": ">=3.2.0,<4.0.0@dev"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/posthog",
"filename": "version_check",
"ssl": true
}
}
}