Skip to content

Commit a4b971e

Browse files
authored
Merge pull request #4 from steffans/patch-1
Allow willdurand/geocoder 5.0 for PHP 8.4+
2 parents de29c59 + 3096e77 commit a4b971e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require": {
2121
"php": "^7.2 || ^8.0",
22-
"willdurand/geocoder": "^4",
22+
"willdurand/geocoder": "^4 || ^5",
2323
"php-http/message": "^1",
2424
"psr/http-server-middleware": "^1"
2525
},

0 commit comments

Comments
 (0)