Skip to content

Commit

Permalink
Merge pull request #7 from danielme85/dev
Browse files Browse the repository at this point in the history
Updated composer to test with Laravel 8.
  • Loading branch information
danielme85 authored Sep 10, 2020
2 parents 25e8245 + bb1d608 commit b59922f
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 152 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# laravel-geoip2
Laravel 5/6 Service provider and DB downloader for Maxminds PHP API GeoIP2.
Laravel 5+ Service provider and DB downloader for Maxminds PHP API GeoIP2.
https://github.com/maxmind/GeoIP2-php

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"illuminate/support": ">=5.4",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": ">=6.0",
"geoip2/geoip2": "~2.0"
},
"require-dev": {
"orchestra/testbench": ">=4.0",
"orchestra/testbench": ">=3.4",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit b59922f

Please sign in to comment.