mirror of
https://github.com/a2nt/silverstripe-mapboxfield.git
synced 2024-10-22 14:05:53 +02:00
30 lines
625 B
JSON
30 lines
625 B
JSON
{
|
|
"name": "bigfork/silverstripe-mapboxfield",
|
|
"type": "silverstripe-vendormodule",
|
|
"description": "Mapbox CMS field for SilverStripe 4",
|
|
"keywords": ["silverstripe", "map", "mapbox"],
|
|
"license": "BSD-3-Clause",
|
|
"require": {
|
|
"silverstripe/admin": "^1",
|
|
"silverstripe/framework": "^4"
|
|
},
|
|
"replace": {
|
|
"dynamic/silverstripe-elemental-customer-service": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Bigfork\\SilverStripeMapboxField\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"expose": [
|
|
"client/dist"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|