-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 796 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 796 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
{
"name": "guave/conditionalformfield-bundle",
"description": "Installs terminal42/contao-conditionalformfields for Contao 5.0+",
"deprecated": "This Repo is no longer maintained. Please use terminal42/contao-conditionalformfields",
"license": "ISC",
"type": "contao-bundle",
"homepage": "https://www.guaveinteractive.ch",
"support": {
"issues": "https://github.com/guavestudios/conditionalformfieldbundle/issues",
"source": "https://github.com/guavestudios/conditionalformfieldbundle"
},
"require": {
"php": "^8.1",
"contao/core-bundle": "^5.0",
"terminal42/contao-conditionalformfields": "^3.1"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": false
}
}
}