We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65758bf commit d0e17e6Copy full SHA for d0e17e6
composer.json
@@ -23,7 +23,8 @@
23
"suggest": {
24
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
25
"geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
26
- "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider."
+ "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
27
+ "symfony/stopwatch": "If you want to use the TimedGeocoder"
28
},
29
"autoload": {
30
"psr-0": { "Geocoder": "src/" }
0 commit comments