-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
33 lines (33 loc) · 951 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
{
"name": "esit/selectwizard",
"description": "Es handelt sich bei dieser Erweiterung für das Open Source CMS Contao um ein Backend Widget, dass eine variable Liste an Auswahlfeldern zur Verfügung stellt.",
"license": "LGPL-3.0-only",
"type": "contao-bundle",
"authors": [
{
"name": "Patrick Froch",
"email": "info@easySolutionsIT.de",
"homepage": "http://easySolutionsIT.de",
"role": "Developer"
}
],
"support": {
"email": "info@easySolutionsIT.de"
},
"require": {
"php": "~8.0",
"contao/core-bundle": "~4.9|^5.1"
},
"require-dev": {
"contao/test-case": "^4.13",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Esit\\Selectwizard\\": ""
}
},
"extra": {
"contao-manager-plugin": "Esit\\Selectwizard\\Classes\\Contao\\Manager\\Plugin"
}
}