Skip to content

Commit f4c338d

Browse files
committed
Update README for 4.0
1 parent 901926a commit f4c338d

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1828
The 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
2232
To add this package as a local, per-project dependency to your project, simply add a
2333
dependency on `data-values/geo` to your project's `composer.json` file.
2434
Here 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

0 commit comments

Comments
 (0)