forked from ethercreative/simplemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (34 loc) · 907 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
{
"name": "ether/simplemap",
"description": "A beautifully simple Map field type for Craft CMS 3",
"version": "3.4.11",
"type": "craft-plugin",
"license": "MIT",
"minimum-stability": "dev",
"require": {
"craftcms/cms": "^3.1.0",
"mapkit/jwt": "^1.1.2",
"guzzlehttp/guzzle": "^6.3.3",
"ext-openssl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"ether\\simplemap\\": "src/"
}
},
"support": {
"email": "[email protected]",
"docs": "https://github.com/ethercreative/simplemap",
"source": "https://github.com/ethercreative/simplemap",
"issues": "https://github.com/ethercreative/simplemap/issues"
},
"extra": {
"handle": "simplemap",
"name": "Maps",
"developer": "Ether Creative",
"developerUrl": "https://ethercreative.co.uk",
"class": "ether\\simplemap\\SimpleMap",
"schemaVersion": "3.4.1"
}
}