Skip to content

Commit

Permalink
Merge pull request BeingTomGreen#1 from OwenMelbz/master
Browse files Browse the repository at this point in the history
Created basic composer file
  • Loading branch information
BeingTomGreen committed Apr 18, 2016
2 parents 433d7c1 + aa72436 commit 4d5b4ba
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 4d5b4ba

Please sign in to comment.