-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 998 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
{
"name": "heimrichhannot/contao-navigation_plus",
"homepage": "https://github.com/heimrichhannot/contao-navigation_plus",
"type": "contao-bundle",
"description": "Extend the default contao navigation with more functionality.",
"keywords": [
"contao",
"navigation"
],
"license": "LGPL-3.0+",
"authors": [
{
"name": "Heimrich & Hannot GmbH",
"email": "[email protected]",
"homepage": "https://www.heimrich-hannot.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/heimrichhannot/contao-navigation_plus/issues"
},
"require": {
"php": "~7.4 || ^8.0",
"contao/core-bundle": "~4.13 || ^5.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\NavigationPlus\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\NavigationPlus\\ContaoManager\\Plugin"
}
}