updated-packages
This commit is contained in:
11
vendor/torann/geoip/composer.json
vendored
11
vendor/torann/geoip/composer.json
vendored
@@ -19,18 +19,19 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
|
||||
"illuminate/console": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*"
|
||||
"php": "^7.1",
|
||||
"illuminate/support": "~5.5|^6.0",
|
||||
"illuminate/console": "~5.5|^6.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": "^4.8",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"mockery/mockery": "^0.9.4",
|
||||
"geoip2/geoip2": "~2.1"
|
||||
"geoip2/geoip2": "~2.1",
|
||||
"vlucas/phpdotenv": "^3.5"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user