1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Add Geocoder library

This commit is contained in:
David Bomba 2019-01-29 20:21:55 +11:00
parent c09a442f4b
commit 0b8e83b38e
2 changed files with 62 additions and 2 deletions

View File

@ -31,7 +31,8 @@
"predis/predis": "^1.1",
"spatie/laravel-html": "^2.19",
"webpatser/laravel-countries": "dev-master#75992ad",
"wildbit/postmark-php": "^2.6"
"wildbit/postmark-php": "^2.6",
"willdurand/geocoder": "^4.2"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.2",

61
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b41a1819d57b9ee31cec2012cc37704f",
"content-hash": "f75f484ed4387dbd76214ecd2cb3fdb5",
"packages": [
{
"name": "asgrim/ofxparser",
@ -3730,6 +3730,65 @@
"description": "The officially supported client for Postmark (http://postmarkapp.com)",
"time": "2018-07-24T22:40:23+00:00"
},
{
"name": "willdurand/geocoder",
"version": "4.2.1",
"source": {
"type": "git",
"url": "https://github.com/geocoder-php/php-common.git",
"reference": "aaa17bddb8dc9e4553110db8beb38534b095b61a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/geocoder-php/php-common/zipball/aaa17bddb8dc9e4553110db8beb38534b095b61a",
"reference": "aaa17bddb8dc9e4553110db8beb38534b095b61a",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"nyholm/nsa": "^1.1",
"phpunit/phpunit": "6.3.*",
"symfony/stopwatch": "~2.5"
},
"suggest": {
"symfony/stopwatch": "If you want to use the TimedGeocoder"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"Geocoder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "william.durand1@gmail.com"
}
],
"description": "Common files for PHP Geocoder",
"homepage": "http://geocoder-php.org",
"keywords": [
"abstraction",
"geocoder",
"geocoding",
"geoip"
],
"time": "2018-12-26T12:01:09+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "1.8.6",