forked from dklemmt/contao_dk_caroufredsel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·36 lines (36 loc) · 1006 Bytes
/
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
{
"name": "dklemmt/contao_dk_caroufredsel",
"description": "Implementation of carouFredSel as extension for Contao Open Source CMS",
"keywords": ["contao", "jquery", "carousel", "slider", "slideshow", "gallery", "background", "newsticker"],
"type": "contao-module",
"license": "MIT",
"authors": [
{
"name": "Dirk Klemmt",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/dklemmt/contao_dk_caroufredsel/issues",
"wiki": "https://github.com/dklemmt/contao_dk_caroufredsel/wiki",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/dklemmt/contao_dk_caroufredsel"
},
"require": {
"php": ">=5.3",
"contao/core": "~3.2",
"contao-community-alliance/composer-installer": "*"
},
"replace": {
"contao-legacy/dk_caroufredsel": "*"
},
"extra": {
"contao": {
"sources": {
"system/modules/dk_caroufredsel": "system/modules/dk_caroufredsel"
}
}
}
}