update v 1.0.7.5
This commit is contained in:
35
vendor/torann/geoip/composer.json
vendored
Normal file
35
vendor/torann/geoip/composer.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user