File tree Expand file tree Collapse file tree 5 files changed +11
-20
lines changed Expand file tree Collapse file tree 5 files changed +11
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ 0.7. 0] - 1 Oct 2016
5+ ## [ 1.0. 0] - 3 Oct 2016
66### Added
77- ability to dump results #16 .
88- ability to use multiple providers in addition to the chain provider #47 .
@@ -23,6 +23,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2323- MaxMindBinary Provider being instantiated with an Adapter #24 .
2424- GeoIP2 Provider being instantiated with a generic Adapter.
2525
26+ ### Removed
27+ - TravisCI and Coveralls CI in favor of PHPCI.
28+
2629## [ 0.6.0]
2730- TBD
2831
Original file line number Diff line number Diff line change 11[ ![ Latest StableVersion] ( https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png )] ( https://packagist.org/packages/toin0u/geocoder-laravel )
22[ ![ Total Downloads] ( https://poser.pugx.org/toin0u/geocoder-laravel/downloads.png )] ( https://packagist.org/packages/toin0u/geocoder-laravel )
3- [ ![ Build Status] ( https://secure.travis-ci.org/geocoder-php/GeocoderLaravel.png )] ( http://travis-ci.org/geocoder-php/GeocoderLaravel )
4- [ ![ Coverage Status] ( https://coveralls.io/repos/geocoder-php/GeocoderLaravel/badge.png )] ( https://coveralls.io/r/geocoder-php/GeocoderLaravel )
53
64# Geocoder for Lavarel
75
86> If you still use ** Laravel 4** , please check out the ` 0.4.x ` branch
97 [ here] ( https://github.com/geocoder-php/GeocoderLaravel/tree/0.4.x ) .
108
11- ** Version 0.7 .0 is a backwards-compatibility-breaking update. Please review
9+ ** Version 1.0 .0 is a backwards-compatibility-breaking update. Please review
1210 this documentation, especially the _ Usage_ section before installing. **
1311
1412This package allows you to use [ ** Geocoder** ] ( http://geocoder-php.org/Geocoder/ )
Original file line number Diff line number Diff line change 2828 "willdurand/geocoder" : " ~3.3"
2929 },
3030 "require-dev" : {
31- "orchestra/testbench" : " ~3.0" ,
32- "satooshi/php-coveralls" : " ~0.6" ,
3331 "fzaninotto/faker" : " ~1.4" ,
3432 "mockery/mockery" : " 0.9.*" ,
3533 "phpunit/phpunit" : " ~5.0" ,
3634 "symfony/css-selector" : " 3.1.*" ,
3735 "symfony/dom-crawler" : " 3.1.*" ,
3836 "doctrine/dbal" : " ^2.5" ,
39- "laravel/laravel" : " ^5.3"
37+ "laravel/laravel" : " ^5.3" ,
38+ "phploc/phploc" : " ^3.0" ,
39+ "squizlabs/php_codesniffer" : " ^2.7" ,
40+ "phpmd/phpmd" : " ^2.4" ,
41+ "pdepend/pdepend" : " ^2.2" ,
42+ "sebastian/phpcpd" : " ^2.0"
4043 },
4144 "autoload" : {
4245 "psr-4" : {
You can’t perform that action at this time.
0 commit comments