laravel-6 support
This commit is contained in:
13
vendor/torann/geoip/composer.json
vendored
13
vendor/torann/geoip/composer.json
vendored
@@ -3,7 +3,6 @@
|
||||
"description": "Support for multiple GeoIP services.",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"laravel 5",
|
||||
"geoip",
|
||||
"location",
|
||||
"geolocation",
|
||||
@@ -19,19 +18,19 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"illuminate/support": "~5.5|^6.0",
|
||||
"illuminate/console": "~5.5|^6.0"
|
||||
"php": "^7.2",
|
||||
"illuminate/support": "^6.0|^7.0",
|
||||
"illuminate/console": "^6.0|^7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
|
||||
"monolog/monolog": "Allows for storing location not found errors to the log"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"mockery/mockery": "^0.9.4",
|
||||
"phpunit/phpunit": "^8.0",
|
||||
"mockery/mockery": "^1.3",
|
||||
"geoip2/geoip2": "~2.1",
|
||||
"vlucas/phpdotenv": "^3.5"
|
||||
"vlucas/phpdotenv": "^4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
|
Reference in New Issue
Block a user