We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1ef2b commit 841fd42Copy full SHA for 841fd42
.travis.yml
@@ -1,8 +1,7 @@
1
language: php
2
3
php:
4
- - 7.0.25
5
- - 7.1
+ - 7.1.3
6
- 7.2
7
8
before_script:
README.md
@@ -17,7 +17,7 @@ This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
17
in [**Laravel 5**](http://laravel.com/).
18
19
## Requirements
20
-- PHP >= 7.0.25
+- PHP >= 7.1.3
21
- Laravel >= 5.0
22
23
## Installation
composer.json
@@ -30,7 +30,7 @@
30
"illuminate/cache": "5.0 - 5.6",
31
"illuminate/support": "5.0 - 5.6",
32
"php-http/curl-client": "^1.7",
33
- "php": ">=7.0.25",
+ "php": ">=7.1.3",
34
"willdurand/geocoder": "^4.0"
35
},
36
"require-dev": {
0 commit comments