Skip to content

Commit 49e32f9

Browse files
committed
WIP - configuring PHPCI
1 parent cfd14a7 commit 49e32f9

File tree

5 files changed

+11
-20
lines changed

5 files changed

+11
-20
lines changed

.phpci.yml

Whitespace-only changes.

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This 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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
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

1412
This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,18 @@
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": {

0 commit comments

Comments
 (0)