Skip to content

Commit

Permalink
Base package updates, adding PHP 7.1 to our unit testing instances an…
Browse files Browse the repository at this point in the history
…d general code cleanup.
  • Loading branch information
allebb committed Dec 4, 2016
1 parent ab73d07 commit 14013e1
Show file tree
Hide file tree
Showing 19 changed files with 158 additions and 134 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

sudo: false

install: travis_retry composer install --no-interaction --prefer-source --dev
install: travis_retry composer install --no-interaction --prefer-source

script: vendor/bin/phpunit --coverage-clover=coverage.clover

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Requirements

* PHP >= 5.5.0

This library is unit tested against PHP 5.5, 5.6, 7.0 and HHVM!
This library is unit tested against PHP 5.5, 5.6, 7.0, 7.1 and HHVM!

License
-------
Expand Down
121 changes: 64 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions lib/Core/GeoJSON.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php

namespace Ballen\Cartographer\Core;

/**
Expand All @@ -10,8 +9,8 @@
*
* @author Bobby Allen <[email protected]>
* @license http://www.gnu.org/licenses/gpl-3.0.html
* @link https://github.com/bobsta63/cartographer
* @link http://www.bobbyallen.me
* @link https://github.com/allebb/cartographer
* @link http://bobbyallen.me
*
*/
abstract class GeoJSON implements GeoJSONTypeInterface
Expand Down
Loading

0 comments on commit 14013e1

Please sign in to comment.