File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ dist: trusty
55
66matrix :
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
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
442.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.
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments