-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.3 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.3 KB
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
43
44
{
"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": "^8.1",
"contao/core-bundle": "^5.3",
"doctrine/dbal": "^3.6 || ^4.0",
"heimrichhannot/contao-utils-bundle": "^3.6",
"ivory/google-map": "^6.0",
"mvo/contao-group-widget": "^1.5",
"symfony/config": "^6.4",
"symfony/console": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"twig/twig": "^3.15"
},
"require-dev": {
"contao/easy-coding-standard": "^6.0",
"contao/manager-plugin": "^2.13",
"guzzlehttp/guzzle": "^7.9",
"hofff/contao-consent-bridge": "^1.4",
"rector/rector": "^2.3",
"contao/contao-rector": "dev-main",
"symplify/easy-coding-standard": "^13.0",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-symfony": "^2.0"
},
"conflict": {
"ivory/google-map": "<3.0.4",
"hofff/contao-consent-bridge": "<1.4 || >=2.0"
},
"autoload": {
"psr-4": {
"HeimrichHannot\\GoogleMapsBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "HeimrichHannot\\GoogleMapsBundle\\ContaoManager\\Plugin"
}
}