Skip to content

Commit fc8121b

Browse files
committed
Add composer.json
1 parent 1630fc5 commit fc8121b

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

composer.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"name": "phpbb/googleanalytics",
3+
"type": "phpbb-extension",
4+
"description": "An extension which adds Google Analytics to your phpBB forum",
5+
"homepage": "https://phpbb.com",
6+
"version": "1.0.0-dev",
7+
"keywords": ["phpbb", "extension", "google", "analytics"],
8+
"license": "GPL-2.0",
9+
"authors": [
10+
{
11+
"name": "Nathan Guse",
12+
"username": "EXreaction",
13+
"email": "nathaniel.guse@gmail.com",
14+
"role": "Extensions Development Team Lead"
15+
},
16+
{
17+
"name": "Michael Cullum",
18+
"homepage": "http://michaelcullum.com",
19+
"email": "michael@phpbb.com",
20+
"role": "Extensions Team Consultant"
21+
},
22+
{
23+
"name": "Marc Alexander",
24+
"username": "Marc",
25+
"email": "admin@m-a-styles.de",
26+
"homepage": "http://www.m-a-styles.de",
27+
"role": "Extensions Team Consultant"
28+
},
29+
{
30+
"name": "Matt Friedman",
31+
"username": "VSE",
32+
"homepage": "http://mattfriedman.me",
33+
"role": "Extensions Development Team"
34+
}
35+
],
36+
"require": {
37+
"php": ">=5.3.3",
38+
"phpbb/phpbb": "3.1.*@dev"
39+
},
40+
"extra": {
41+
"display-name": "Google Analytics",
42+
"version-check": {
43+
"host": "version.phpbb.com",
44+
"directory": "/phpbb-extensions",
45+
"filename": "googleanalytics_versions.json"
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)