-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.25 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
{
"name": "contao-community-alliance/dc-general-example",
"description": "This contains examples of how to use dc-general",
"keywords": [
"framework",
"data",
"container",
"driver",
"php",
"contao",
"dc-general",
"example"
],
"type": "library",
"homepage": "http://c-c-a.org/",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Christian Schiffler",
"email": "[email protected]",
"homepage": "http://www.cyberspectrum.de",
"role": "Developer"
},
{
"name": "Sven Baumann",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/contao-community-alliance/dc-general-example/issues",
"wiki": "http://de.contaowiki.org/DC_General",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/contao-community-alliance/dc-general-example"
},
"require-dev": {
"contao-community-alliance/dc-general": "^2.1"
},
"autoload": {
"psr-4": {
"ContaoCommunityAlliance\\DcGeneral\\Example\\": "src"
}
}
}