Skip to content

Commit

Permalink
update to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitjalan committed Oct 5, 2018
1 parent c69b2ef commit c180750
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,9 +1,6 @@
language: php

php:
- 5.5.9
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
GeoIP
=============

> Geoip Wrapper with Laravel 4 & 5 Support
> Geoip Wrapper with Laravel Support
[![Build Status](http://img.shields.io/travis/pulkitjalan/geoip/master.svg?style=flat-square)](https://travis-ci.org/pulkitjalan/geoip)
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/pulkitjalan/geoip/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/geoip/)
Expand All @@ -19,7 +19,7 @@ GeoIP

## Requirements

* PHP >= 5.5
* PHP >= 7.0

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=7.0",
"illuminate/support": "~5",
"illuminate/console": "~5",
"guzzlehttp/guzzle": "~6",
"geoip2/geoip2": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^6.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit c180750

Please sign in to comment.