diff --git a/BingMaps.php b/BingMaps.php index 6d02d61..2890215 100644 --- a/BingMaps.php +++ b/BingMaps.php @@ -82,9 +82,6 @@ public function getName(): string return 'bing_maps'; } - /** - * @param string $locale - */ private function executeQuery(string $url, string $locale = null, int $limit): Collection { if (null !== $locale) { diff --git a/composer.json b/composer.json index 7fdad5c..5a1e0c8 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,7 @@ "geocoder-php/provider-implementation": "1.0" }, "require-dev": { - "geocoder-php/provider-integration-tests": "^1.0", - "php-http/curl-client": "^2.2", + "geocoder-php/provider-integration-tests": "^1.6.3", "php-http/message": "^1.0", "phpunit/phpunit": "^9.5" }, @@ -44,4 +43,4 @@ "test": "vendor/bin/phpunit", "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml" } -} \ No newline at end of file +}