Skip to content

Commit 0125ed0

Browse files
committed
Update minimum PHP version
1 parent 853f1f4 commit 0125ed0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0
20+
- PHP >= 7.0.25
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",
33+
"php": ">=7.0.25",
3434
"willdurand/geocoder": "^4.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)