forked from eS-IT/selectwizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1 KB
/
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
35
{
"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": "^7.4||^8.0",
"contao/core-bundle": "^4.4",
"contao/manager-bundle": "^4.4",
"contao/conflicts": "@dev"
},
"require-dev": {
"contao/test-case": "^4.5",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Esit\\Selectwizard\\": ""
}
},
"extra": {
"contao-manager-plugin": "Esit\\Selectwizard\\Classes\\Contao\\Manager\\Plugin"
}
}