-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
40 lines (40 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
{
"name": "heimrichhannot/contao-google-maps-bundle",
"type": "contao-bundle",
"description": "This bundle adds google maps integration to Contao.",
"license": "LGPL-3.0-or-later",
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"doctrine/dbal": "^2.11 || ^3.0",
"heimrichhannot/contao-twig-support-bundle": "^0.2.16 || ^1.0",
"heimrichhannot/contao-utils-bundle": "^2.213",
"ivory/google-map": "^3.0 || ^5.0 || ^6.0",
"mvo/contao-group-widget": "^1.4",
"symfony/config": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"twig/twig": "^1.38.1 || ^2.7.1 || ^3.0"
},
"require-dev": {
"contao/easy-coding-standard": "^3.4",
"hofff/contao-consent-bridge": "^1.4"
},
"conflict": {
"ivory/google-map": "<3.0.4",
"heimrichhannot/contao-google-maps-list-bundle": "*",
"hofff/contao-consent-bridge": "<1.4 || >=2.0",
"heimrichhannot/contao-privacy-center": "<2.10"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\GoogleMapsBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\GoogleMapsBundle\\ContaoManager\\Plugin"
}
}