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 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 0.7. 0] - 1 Oct 2016
5
+ ## [ 1.0. 0] - 3 Oct 2016
6
6
### Added
7
7
- ability to dump results #16 .
8
8
- 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/).
23
23
- MaxMindBinary Provider being instantiated with an Adapter #24 .
24
24
- GeoIP2 Provider being instantiated with a generic Adapter.
25
25
26
+ ### Removed
27
+ - TravisCI and Coveralls CI in favor of PHPCI.
28
+
26
29
## [ 0.6.0]
27
30
- TBD
28
31
Original file line number Diff line number Diff line change 1
1
[ ![ Latest StableVersion] ( https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png )] ( https://packagist.org/packages/toin0u/geocoder-laravel )
2
2
[ ![ 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 )
5
3
6
4
# Geocoder for Lavarel
7
5
8
6
> If you still use ** Laravel 4** , please check out the ` 0.4.x ` branch
9
7
[ here] ( https://github.com/geocoder-php/GeocoderLaravel/tree/0.4.x ) .
10
8
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
12
10
this documentation, especially the _ Usage_ section before installing. **
13
11
14
12
This package allows you to use [ ** Geocoder** ] ( http://geocoder-php.org/Geocoder/ )
Original file line number Diff line number Diff line change 28
28
"willdurand/geocoder" : " ~3.3"
29
29
},
30
30
"require-dev" : {
31
- "orchestra/testbench" : " ~3.0" ,
32
- "satooshi/php-coveralls" : " ~0.6" ,
33
31
"fzaninotto/faker" : " ~1.4" ,
34
32
"mockery/mockery" : " 0.9.*" ,
35
33
"phpunit/phpunit" : " ~5.0" ,
36
34
"symfony/css-selector" : " 3.1.*" ,
37
35
"symfony/dom-crawler" : " 3.1.*" ,
38
36
"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"
40
43
},
41
44
"autoload" : {
42
45
"psr-4" : {
You can’t perform that action at this time.
0 commit comments