Skip to content

Commit 841fd42

Browse files
committed
update min php version
1 parent ff1ef2b commit 841fd42

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22

33
php:
4-
- 7.0.25
5-
- 7.1
4+
- 7.1.3
65
- 7.2
76

87
before_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
1717
in [**Laravel 5**](http://laravel.com/).
1818

1919
## Requirements
20-
- PHP >= 7.0.25
20+
- PHP >= 7.1.3
2121
- Laravel >= 5.0
2222

2323
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"illuminate/cache": "5.0 - 5.6",
3131
"illuminate/support": "5.0 - 5.6",
3232
"php-http/curl-client": "^1.7",
33-
"php": ">=7.0.25",
33+
"php": ">=7.1.3",
3434
"willdurand/geocoder": "^4.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)