File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.5.9
5- - 5.5
6- - 5.6
74 - 7.0
85 - 7.1
96 - 7.2
Original file line number Diff line number Diff line change 11GeoIP
22=============
33
4- > Geoip Wrapper with Laravel 4 & 5 Support
4+ > Geoip Wrapper with Laravel Support
55
66[ ![ Build Status] ( http://img.shields.io/travis/pulkitjalan/geoip/master.svg?style=flat-square )] ( https://travis-ci.org/pulkitjalan/geoip )
77[ ![ Scrutinizer Code Quality] ( http://img.shields.io/scrutinizer/g/pulkitjalan/geoip/master.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/pulkitjalan/geoip/ )
1919
2020## Requirements
2121
22- * PHP >= 5.5
22+ * PHP >= 7.0
2323
2424## Installation
2525
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " >=5.5 " ,
13+ "php" : " >=7.0 " ,
1414 "illuminate/support" : " ~5" ,
1515 "illuminate/console" : " ~5" ,
1616 "guzzlehttp/guzzle" : " ~6" ,
1717 "geoip2/geoip2" : " ^2.0"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " ^7 .0" ,
20+ "phpunit/phpunit" : " ^6 .0" ,
2121 "mockery/mockery" : " ^1.0"
2222 },
2323 "autoload" : {
You can’t perform that action at this time.
0 commit comments