File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ On [Packagist](https://packagist.org/packages/data-values/geo):
1313[ ![ Latest Stable Version] ( https://poser.pugx.org/data-values/geo/version.png )] ( https://packagist.org/packages/data-values/geo )
1414[ ![ Download count] ( https://poser.pugx.org/data-values/geo/d/total.png )] ( https://packagist.org/packages/data-values/geo )
1515
16+ ## Requirements
17+
18+ ** Geo 4.x:**
19+
20+ * PHP 7.1 or later (tested with PHP 7.1 up to PHP 7.2)
21+
22+ ** Geo 3.x:**
23+
24+ * PHP 5.5 or later (tested with PHP 5.5 up to PHP 7.2 and HHVM)
25+
1626## Installation
1727
1828The recommended way to use this library is via [ Composer] ( http://getcomposer.org/ ) .
@@ -22,11 +32,11 @@ The recommended way to use this library is via [Composer](http://getcomposer.org
2232To add this package as a local, per-project dependency to your project, simply add a
2333dependency on ` data-values/geo ` to your project's ` composer.json ` file.
2434Here is a minimal example of a ` composer.json ` file that just defines a dependency on
25- version 3 .x of this package:
35+ version 4 .x of this package:
2636
2737 {
2838 "require": {
29- "data-values/geo": "^3 .0.0"
39+ "data-values/geo": "^4 .0.0"
3040 }
3141 }
3242
@@ -92,7 +102,7 @@ for the [Maps](https://github.com/JeroenDeDauw/Maps) and
92102
93103## Release notes
94104
95- ### 4.0.0 (dev )
105+ ### 4.0.0 (2018-07-13 )
96106
97107* Updated minimum required PHP version from 5.5.9 to 7.1
98108* Added scalar type hints
You can’t perform that action at this time.
0 commit comments