diff --git a/composer.json b/composer.json index 2f67149e438c..b22388bd560d 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 6daa572a3b3e..c4f7a20f536c 100644 --- a/composer.lock +++ b/composer.lock @@ -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",