Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENHANCEMENT branch alias for dev-master #119

Merged
merged 1 commit into from
Sep 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 36 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,38 @@
{
"name": "dynamic/silverstripe-locator",
"description": "SilverStripe Locator Module. Show locations on a map. Search by geoposition.",
"keywords": ["silverstripe", "map", "locator", "dynamic", "geocode", "google maps", "location"],
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Dynamic Inc",
"email": "[email protected]",
"homepage": "http://www.dynamicagency.com"
}
],
"require": {
"silverstripe/framework": "^3.4",
"silverstripe/cms": "^3.4",
"silverstripe-australia/addressable": "^1.1",
"muskie9/data-to-arraylist": "dev-master"
},
"suggest": {
"unclecheese/betterbuttons": "Adds new form actions and buttons to GridField detail form for usability enhancements.",
"unclecheese/bootstrap-forms": "Allows the creation of forms compatible with the Twitter Bootstrap CSS framework in SilverStripe."
},
"extra": {
"installer-name": "locator"
}
"name": "dynamic/silverstripe-locator",
"description": "SilverStripe Locator Module. Show locations on a map. Search by geoposition.",
"keywords": [
"silverstripe",
"map",
"locator",
"dynamic",
"geocode",
"google maps",
"location"
],
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Dynamic Inc",
"email": "[email protected]",
"homepage": "http://www.dynamicagency.com"
}
],
"require": {
"silverstripe/framework": "^3.4",
"silverstripe/cms": "^3.4",
"silverstripe-australia/addressable": "^1.1",
"muskie9/data-to-arraylist": "dev-master"
},
"suggest": {
"unclecheese/betterbuttons": "Adds new form actions and buttons to GridField detail form for usability enhancements.",
"unclecheese/bootstrap-forms": "Allows the creation of forms compatible with the Twitter Bootstrap CSS framework in SilverStripe."
},
"extra": {
"installer-name": "locator",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}