Skip to content

Commit 5d3fa68

Browse files
authored
Show that we do not support nominatim 4.x (#200)
1 parent 2d7a243 commit 5d3fa68

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
@@ -53,7 +53,8 @@
5353
"geocoder-php/mapquest-provider": "^4.0"
5454
},
5555
"conflict": {
56-
"willdurand/geocoder": "3.2"
56+
"willdurand/geocoder": "3.2",
57+
"geocoder-php/nominatim-provider": "<5.0"
5758
},
5859
"autoload": {
5960
"psr-4": {

0 commit comments

Comments
 (0)