Skip to content

Commit

Permalink
Created basic composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenMelbz committed Mar 29, 2016
1 parent 433d7c1 commit aa72436
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "beingtomgreen/ipinfo",
"description": "A basic PHP wrapper for adding IP based user location detection into your application using the IP Info DB API.",
"license": "MIT",
"authors": [
{
"name": "Tom Green",
"email": "[email protected]"
}
],
"require": {},
"autoload" : {
"classmap": ["ipInfo.inc.php"]
}
}

0 comments on commit aa72436

Please sign in to comment.