Skip to content

Commit

Permalink
Updated description and allow Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 7, 2019
1 parent be56ded commit cd24972
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stevebauman/location",
"description": "Retrieve a users location by their IP Address using Laravel 5",
"description": "Retrieve a users location by their IP Address",
"authors": [
{
"name": "Steve Bauman",
Expand All @@ -20,13 +20,12 @@
"require": {
"php": ">=5.6.0",
"ext-curl": "*",
"illuminate/support": "5.*",
"illuminate/support": "~5.0|~6.0",
"geoip2/geoip2": "2.8.*"
},
"require-dev": {
"mockery/mockery": "~0.9",
"orchestra/testbench": "~3.2",
"phpunit/phpunit": "~4.8|~5.0"
"orchestra/testbench": "~3.2|~4.0"
},
"archive": {
"exclude": ["/tests"]
Expand Down

0 comments on commit cd24972

Please sign in to comment.