-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (57 loc) · 1.66 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
57
{
"name": "contaoblackforest/contao-piwik-bundle",
"description": "Contao piwik bundle",
"keywords": [
"contao",
"bundle",
"analytics",
"statistic",
"piwik"
],
"type": "contao-bundle",
"homepage": "https://github.com/ContaoBlackForest",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Sven Baumann",
"email": "baumann.sv@gmail.com",
"homepage": "https://github.com/baumannsven",
"role": "Developer"
}
],
"support": {
"email": "baumann.sv@gmail.com",
"issues": "https://github.com/ContaoBlackForest/contao-piwik-bundle/issues",
"wiki": "https://github.com/ContaoBlackForest/contao-piwik-bundle/wiki",
"irc": "irc://irc.freenode.org/contao.mm",
"source": "https://github.com/ContaoBlackForest/contao-piwik-bundle"
},
"require": {
"php": "^5.6 || ^7.0",
"contao/core-bundle": "^4.4",
"blackforest/piwik-bundle": "^1.0",
"symfony/dependency-injection": "^3.3",
"symfony/http-kernel": "^3.3"
},
"require-dev": {
"phpcq/all-tasks": "^1.2",
"contao/manager-plugin": "^2.1"
},
"autoload": {
"psr-4": {
"ContaoBlackForest\\PiwikBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"ContaoBlackForest\\PiwikBundle\\Test\\": "tests/Test"
}
},
"extra": {
"contao-manager-plugin": "ContaoBlackForest\\PiwikBundle\\ContaoManager\\Plugin",
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
}
}
}