-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.32 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
36
37
38
39
40
41
42
{
"name": "heimrichhannot/contao-list-widget-bundle",
"type": "contao-bundle",
"description": "This bundle offers an input type for displaying a list of entities definable by a callback function.",
"license": "LGPL-3.0-or-later",
"homepage":"https://github.com/heimrichhannot/contao-list-widget-bundle",
"authors":[
{
"name":"Heimrich & Hannot",
"email":"[email protected]",
"homepage":"http://www.heimrich-hannot.de",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/heimrichhannot/contao-list-widget-bundle/issues"
},
"require": {
"php": "^8.1",
"ext-json": "*",
"ausi/slug-generator": "^1.0",
"contao/core-bundle": "^4.13",
"heimrichhannot/contao-ajax-bundle": "~1.0",
"heimrichhannot/contao-request-bundle": "^1.1.1",
"heimrichhannot/contao-utils-bundle": "^2.225",
"heimrichhannot/datatables": "^1.10",
"heimrichhannot/datatables-additional": "^1.0",
"symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
},
"replace": {
"heimrichhannot/contao-list_widget": "*"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\ListWidgetBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\ListWidgetBundle\\ContaoManager\\Plugin"
}
}