-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
29 lines (29 loc) · 860 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
{
"name":"thomas-keil/dynamic-dropdown",
"type":"pimcore-plugin",
"description":"Populate Comboboxes with Object content of a selected folder",
"keywords":["pimcore", "plugin", "Dynamic Dropbox Module"],
"homepage":"https://github.com/ThomasKeil/pimcore-plugin-DynamicDropdown",
"license": "GPL-3.0",
"authors":[
{
"name":"Thomas Keil",
"homepage":"https://github.com/ThomasKeil",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ThomasKeil/pimcore-plugin-DynamicDropdown/issues",
"irc": "irc://irc.freenode.org/composer"
},
"require":{
"pimcore/installer-plugin": ">=1"
},
"minimum-stability":"dev",
"autoload":{
"psr-0":{
"": ""
}
}
}