forked from hofff/contao-layoutusage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 813 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 813 Bytes
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
{
"name": "falkgeist/contao-usage-bundle",
"description": "Shows usage references for several contao components",
"keywords": [ "usage", "layout", "page", "contao", "themes" ],
"type": "contao-module",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Falk von Freigeist",
"email": "info@falkvonfreigeist.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/falkgeist/contao-usage-bundle/issues",
"source": "https://github.com/falkgeist/contao-usage-bundle"
},
"require": {
"php": "^7.1",
"contao/core-bundle": "^4.4",
"contao-community-alliance/composer-plugin": "^3.0"
},
"autoload": {
"psr-4": {
"Falkgeist\\ContaoUsageBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Falkgeist\\ContaoUsageBundle\\ContaoManager\\Plugin"
}
}