forked from hofff/contao-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 961 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
37
{
"name": "backboneit/contao-navigation",
"description": "Advanced navigation module for Contao CMS",
"keywords": [ "navigation", "module", "page", "contao" ],
"type": "contao-module",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Oliver Hoff",
"email": "[email protected]",
"homepage": "http://hofff.com/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/backbone87/contao-navigation/issues",
"forum": "https://community.contao.org/de/showthread.php?18755-backboneit_navigation-Navigationselemente",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/backbone87/contao-navigation"
},
"require": {
"php": ">=5.3",
"contao/core": ">=3.2,<4"
},
"replace": {
"contao-legacy/backboneit_navigation": "*"
},
"extra": {
"contao": {
"sources": {
"TL_ROOT/system/modules/backboneit_navigation": "system/modules/backboneit_navigation"
}
},
"branch-alias": {
}
}
}