Skip to content

Commit 4f1e3e1

Browse files
committed
Compatible with Laravel 8
1 parent a950a63 commit 4f1e3e1

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

composer.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "victorybiz/geoip-location",
33
"description": "Get the geographical location of website visitors based on their IP addresses. Support Laravel 5 and PHP (Non-Laravel) Project.",
4-
"keywords": ["geoip","php","github","laravel","laravel 5","Open Source"],
4+
"keywords": ["geoip","php","github","laravel","laravel 5", "laravel 6", "laravel 7", "laravel 8","Open Source"],
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -12,11 +12,11 @@
1212
],
1313
"minimum-stability": "dev",
1414
"require": {
15-
"php": ">=5.6",
16-
"guzzlehttp/guzzle": "6.*"
15+
"php": ">=7.2",
16+
"guzzlehttp/guzzle": "^7.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~5.7"
19+
"phpunit/phpunit": "^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -33,5 +33,12 @@
3333
"GeoIPLocation": "Victorybiz\\GeoIPLocation\\Facades\\GeoIPLocationFacade"
3434
}
3535
}
36-
}
36+
},
37+
38+
"funding": [
39+
{
40+
"type": "patreon",
41+
"url": "https://www.patreon.com/victoryosayi"
42+
}
43+
]
3744
}

0 commit comments

Comments
 (0)