Skip to content

Commit d0e17e6

Browse files
committed
Update composer.json
1 parent 65758bf commit d0e17e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"suggest": {
2424
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
2525
"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."
26+
"geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
27+
"symfony/stopwatch": "If you want to use the TimedGeocoder"
2728
},
2829
"autoload": {
2930
"psr-0": { "Geocoder": "src/" }

0 commit comments

Comments
 (0)