Skip to content

Commit 0e4ece4

Browse files
author
Will Morgan
committed
hello packagist
1 parent 3ab2e7e commit 0e4ece4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "betterbrief/googlemapfield",
3+
"type": "silverstripe-module",
4+
"description": "Save locations using latitude/longitude DataObject fields.",
5+
"keywords": ["maps","google", "silverstrip", "map", "geolocation"],
6+
"homepage": "http://github.com/BetterBrief/googlemapfield",
7+
"license": "BSD",
8+
"authors": [
9+
{
10+
"name": "Will Morgan",
11+
"homepage": "http://twitter.com/willmorgan",
12+
"role": "Developer"
13+
}
14+
],
15+
"require": {
16+
"php": ">=5.3.0"
17+
}
18+
}

0 commit comments

Comments
 (0)