Skip to content

Commit c180750

Browse files
committed
update to 7
1 parent c69b2ef commit c180750

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5.9
5-
- 5.5
6-
- 5.6
74
- 7.0
85
- 7.1
96
- 7.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GeoIP
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/)
@@ -19,7 +19,7 @@ GeoIP
1919

2020
## Requirements
2121

22-
* PHP >= 5.5
22+
* PHP >= 7.0
2323

2424
## Installation
2525

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
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": {

0 commit comments

Comments
 (0)