-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (40 loc) · 1014 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
40
{
"name": "josephcrowell/wn-leafletmap-plugin",
"type": "winter-plugin",
"description": "Leaflet Maps for Winter CMS",
"keywords": [
"winter",
"cms",
"wintercms",
"leaflet",
"openstreetmap",
"maps"
],
"homepage": "https://github.com/josephcrowell/wn-leafletmap-plugin",
"license": "MIT",
"authors": [
{
"name": "Redmarlin",
"homepage": "https://redmarlin.net",
"role": "Original Author"
},
{
"name": "Joseph Crowell",
"email": "[email protected]",
"homepage": "https://computerlink.com.au",
"role": "Author"
}
],
"autoload": {
"psr-4": {
"JosephCrowell\\LeafletMap\\": ""
}
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"winter/wn-translate-plugin": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}