update v 1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-13 20:41:55 +05:30
parent aa9786d829
commit 283d97e3ea
5078 changed files with 339851 additions and 175995 deletions

35
vendor/torann/geoip/composer.json vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "torann/geoip",
"description": "Supports the two main GeoIP services (infoDB and Maxmind).",
"keywords": ["laravel", "laravel 5", "geoip", "location", "geolocation"],
"license": "BSD 2-Clause",
"authors": [
{
"name": "Daniel Stainback",
"email": "daniel@lyften.com"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "~5.0",
"illuminate/session": "~5.0",
"illuminate/console": "~5.0",
"illuminate/config": "~5.0",
"monolog/monolog": "~1.11",
"geoip2/geoip2": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
},
"autoload": {
"psr-4": {
"Torann\\GeoIP\\": "src/Torann/GeoIP"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
}
}