Skip to content

Commit e94e2ad

Browse files
committed
Require recent version of maxmind-db/reader
1 parent 5300e45 commit e94e2ad

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ dist: trusty
55

66
matrix:
77
include:
8-
- php: '5.6'
9-
- php: '7.0'
10-
- php: '7.1'
118
- php: '7.2'
129
- php: '7.3'
10+
- php: '7.4'
1311
env:
1412
- RUN_LINTER=1
1513
- RUN_SNYK=1
16-
- php: '7.4'
1714
- php: 'master'
1815
- php: 'nightly'
1916
fast_finish: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
2.11.0
55
-------------------
66

7+
* IMPORTANT: PHP 7.2 or greater is now required.
78
* Added the `isResidentialProxy` property to `GeoIp2\Model\AnonymousIP` and
89
`GeoIp2\Record\Traits`.
910
* Additional type hints have been added.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
],
1515
"require": {
16-
"maxmind-db/reader": "~1.5",
16+
"maxmind-db/reader": "~1.7",
1717
"maxmind/web-service-common": "~0.6",
18-
"php": ">=5.6",
18+
"php": ">=7.2",
1919
"ext-json": "*"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)