-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
43 lines (43 loc) · 1.24 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
{
"name": "joomla/jstats-server",
"type": "library",
"description": "Joomla Stats Collection Server",
"keywords": ["joomla"],
"homepage": "http://github.com/dongilbert/jstats",
"license": "GPL",
"authors": [
{
"name": "Don Gilbert",
"email": "[email protected]",
"homepage": "http://dongilbert.net/"
}
],
"require": {
"php": ">=5.4.0",
"joomla/application": "~1.0@beta",
"joomla/di": "~1.0@beta",
"joomla/input": "~1.0@beta",
"joomla/session": "~1.0@beta",
"joomla/string": "~1.0@beta",
"joomla/registry": "~1.0@beta",
"joomla/uri": "~1.0@beta",
"joomla/filesystem": "~1.0@beta",
"joomla/filter": "~1.0@beta",
"joomla/compat": "~1.0@beta",
"joomla/utilities": "~1.0@beta",
"joomla/log": "~1.0@beta",
"joomla/date": "~1.0@beta",
"joomla/router": "~1.0@beta",
"joomla/controller": "~1.0@beta",
"joomla/model": "~1.0@beta",
"joomla/view": "~1.0@beta",
"joomla/database": "~1.0@beta",
"twig/twig": "~1.0@stable"
},
"autoload": {
"psr-0": {
"Stats": "src",
"Joomla": "src"
}
}
}