From 585bb463cb445ab754760f7ac08c319f0776e905 Mon Sep 17 00:00:00 2001 From: Matthew Daly Date: Fri, 4 Mar 2016 19:31:59 +0000 Subject: [PATCH 1/2] Update .travis.yml Added PHP 7.0 to the list of PHP versions tested against --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cd35757..3dff9db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm before_script: From 38d5898a2e70f72aaffa9a15cd743a2ac6a88236 Mon Sep 17 00:00:00 2001 From: Matthew Daly Date: Fri, 4 Mar 2016 19:35:43 +0000 Subject: [PATCH 2/2] Update README.md Fixed a typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0459ac0..f5aaad3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Geocoder for Lavarel 5 ====================== -If you still use **Lavarel 4**, please check out the `0.4.x` branch [here](https://github.com/geocoder-php/GeocoderLaravel/tree/0.4.x). +If you still use **Laravel 4**, please check out the `0.4.x` branch [here](https://github.com/geocoder-php/GeocoderLaravel/tree/0.4.x). This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/) in [**Laravel 5**](http://laravel.com/).