-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
29 lines (29 loc) · 1.17 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
{
"name": "localgovdrupal/localgov_geo",
"type": "drupal-module",
"description": "LocalGov Drupal Geo integration",
"homepage": "https://github.com/localgovdrupal/localgov_geo",
"license": "GPL-2.0-or-later",
"require": {
"drupal/geo_entity": "^1.0"
},
"require-dev": {
"localgovdrupal/localgov_core": "dev-fix/2.x/246-drupal-11-support as 2.13.11"
},
"suggest": {
"localgovdrupal/localgov_os_places_geocoder_provider": "1.x-dev"
},
"extra": {
"patches": {
"drupal/geofield": {
"Nullable types must be explicit": "https://git.drupalcode.org/project/geofield/-/commit/12d1628972669c83e501a3ec9184ae3ad870b58e.diff"
},
"drupal/leaflet": {
"Issue #3498789: Update method signatures to not implicitly": "https://git.drupalcode.org/issue/leaflet-3498789/-/commit/a855540e0bc5080e0d9647133f08f80089b3a773.patch"
},
"commerceguys/addressing": {
"Switch implicit nullable types to explict": "https://github.com/commerceguys/addressing/commit/e0fb42455a9a94b7f7f173d530394b420ab5df35.patch"
}
}
}
}