-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1 KB
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 1 KB
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
{
"name": "tastaturberuf/contao-display-keyboard-shortcuts-bundle",
"description": "Show keyboard shortcuts in the Contao backend.",
"license": "MIT",
"keywords": [
"keyboard",
"shortcut"
],
"type": "contao-bundle",
"homepage": "https://github.com/tastaturberuf/contao-display-keyboard-shortcuts-bundle",
"authors": [
{
"name": "Tastaturberuf",
"homepage": "https://tastaturberuf.de",
"role": "Developer"
},
{
"name": "Daniel Jahnsmüller",
"homepage": "https://github.com/Tastaturberuf",
"role": "Developer"
}
],
"require": {
"php": "^8.1",
"contao/core-bundle": "^4.13 || ^5.3"
},
"autoload": {
"psr-4": {
"Tastaturberuf\\ContaoDisplayKeyboardShortcutsBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Tastaturberuf\\ContaoDisplayKeyboardShortcutsBundle\\ContaoManager\\Plugin"
}
}