Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2020-10-01 04:50:41 +0300
committerZach DeCook <zachdecook@librem.one>2020-10-01 05:04:38 +0300
commit74242a68df9baedd2ef60f641b1d72c427183102 (patch)
tree64d77a1fba03302c930293776bb3379c4886f52f /composer.json
parent7267dc676eb0e919df49d4521121351375bb2de2 (diff)
Address Service: Convert Open Location Codes to lat/lon
Signed-off-by: Zach DeCook <zachdecook@librem.one>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 1a7225fa..0fa63e4e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,7 @@
{
"require": {
- "lsolesen/pel": "^0.9.6"
+ "lsolesen/pel": "^0.9.6",
+ "bogdaan/open-location-code": "dev-master"
},
"require-dev": {
"christophwurst/nextcloud_testing": "^0.9.1"