-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 921 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 921 Bytes
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
{
"name": "heimrichhannot/contao-choices-bundle",
"type": "contao-bundle",
"description": "This bundle offers support for choices.js for the Contao CMS.",
"license": "LGPL-3.0-or-later",
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"contao/core-bundle": "^4.9",
"heimrichhannot/contao-encore-contracts": "^1.0",
"heimrichhannot/contao-utils-bundle": "^2.196",
"psr/container": "^1.0 || ^2.0",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/dependency-injection": "^4.4 || ^5.4"
},
"suggest": {
"heimrichhannot/contao-encore-bundle": "Manage dependencies with Symfony Webpack Encore."
},
"autoload": {
"psr-4": {
"HeimrichHannot\\ChoicesBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\ChoicesBundle\\ContaoManager\\Plugin"
}
}