-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1012 Bytes
/
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
{
"name": "carbon/geomap",
"type": "neos-carbon",
"license": "GPL-3.0-or-later",
"description": "This package contains helpers for integrating geographical maps into Neos CMS. Live preview. Multiple addresses",
"keywords": [
"flow",
"neos",
"map"
],
"authors": [
{
"name": "Jon Uhlmann",
"email": "[email protected]",
"homepage": "https://uhlmann.pro",
"role": "Developer"
}
],
"require": {
"neos/neos": "^8.3",
"carbon/notification": "^2.1",
"carbon/geomapeditor": "^0.1.1",
"carbon/rangeeditor": "^0.1",
"carbon/fileloader": "^0.1",
"carbon/eel": "^2.7",
"carbon/colorpicker-oklch": "^1.0"
},
"autoload": {
"psr-4": {
"Carbon\\GeoMap\\": "Classes"
}
},
"extra": {
"installer-name": "Carbon.GeoMap",
"neos": {
"package-key": "Carbon.GeoMap"
}
}
}