File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class IntegrationTest extends ProviderIntegrationTest
32
32
33
33
protected $ testHttpProvider = false ;
34
34
35
- public static function setUpBeforeClass ()
35
+ public static function setUpBeforeClass (): void
36
36
{
37
37
if (false == function_exists ('geoip_open ' )) {
38
38
self ::markTestSkipped ('The maxmind \'s official lib required to run these tests. ' );
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class MaxMindBinaryTest extends BaseTestCase
23
23
{
24
24
private $ binaryFile ;
25
25
26
- public function setUp ()
26
+ public function setUp (): void
27
27
{
28
28
$ this ->binaryFile = __DIR__ .'/fixtures/GeoLiteCity.dat ' ;
29
29
}
@@ -33,7 +33,7 @@ protected function getCacheDir()
33
33
return __DIR__ .'/.cached_responses ' ;
34
34
}
35
35
36
- public static function setUpBeforeClass ()
36
+ public static function setUpBeforeClass (): void
37
37
{
38
38
if (false == function_exists ('geoip_open ' )) {
39
39
self ::markTestSkipped ('The maxmind \'s official lib required to run these tests. ' );
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^7.2 " ,
15
+ "php" : " ^7.3 || ^8.0 " ,
16
16
"geoip/geoip" : " ^1.17" ,
17
17
"willdurand/geocoder" : " ^4.0"
18
18
},
You can’t perform that action at this time.
0 commit comments