Laravel version update
Laravel version update
This commit is contained in:
14
vendor/torann/geoip/composer.json
vendored
14
vendor/torann/geoip/composer.json
vendored
@@ -11,7 +11,7 @@
|
||||
"IP API",
|
||||
"infoDB"
|
||||
],
|
||||
"license": "BSD 2-Clause",
|
||||
"license": "BSD-2-Clause",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Daniel Stainback",
|
||||
@@ -20,8 +20,8 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5.9",
|
||||
"illuminate/support": "~5.0",
|
||||
"illuminate/console": "~5.0"
|
||||
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
|
||||
"illuminate/console": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*"
|
||||
},
|
||||
"suggest": {
|
||||
"geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
|
||||
@@ -51,6 +51,14 @@
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
},
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Torann\\GeoIP\\GeoIPServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"GeoIP": "Torann\\GeoIP\\Facades\\GeoIP"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user