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 853f1f4 commit 0125ed0Copy full SHA for 0125ed0
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.0
+- PHP >= 7.0.25
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",
+ "php": ">=7.0.25",
34
"willdurand/geocoder": "^4.0"
35
},
36
"require-dev": {
0 commit comments