Skip to content

Commit 8826cfe

Browse files
authored
Merge pull request #363 from norkunas/geocoder5support
Allow `willdurand/geocoder` v5
2 parents a3d9ec5 + b0fa6aa commit 8826cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/console": "^5.4 || ^6.4 || ^7.0",
2222
"symfony/framework-bundle": "^5.4 || ^6.4 || ^7.0",
2323
"symfony/options-resolver": "^5.4 || ^6.4 || ^7.0",
24-
"willdurand/geocoder": "^4.6"
24+
"willdurand/geocoder": "^4.6|^5.0"
2525
},
2626
"require-dev": {
2727
"doctrine/annotations": "^1.11.1 || ^2.0",

src/ProviderFactory/GeoIP2Factory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class GeoIP2Factory extends AbstractFactory
2727
];
2828

2929
/**
30-
* @param array{provider: string, provider_service: ?ProviderInterface, model: string, user_id: string|int|null, license_key: string|null, locales: list<string>, webservice_options: array<mixed, mixed>, database_filename: ?string} $config
30+
* @param array{provider: string, provider_service: ?ProviderInterface, model: string, user_id: string|int|null, license_key: string|null, locales: list<string>, webservice_options: array<string, mixed>, database_filename: ?string} $config
3131
*/
3232
protected function getProvider(array $config): Provider
3333
{

0 commit comments

Comments
 (0)