Skip to content

Commit 833d9d0

Browse files
committed
feat: drop support for PHP < 8.1, symfony < 6.4
1 parent 5c3d8dd commit 833d9d0

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
@@ -21,7 +21,7 @@
2121
"symfony/console": "^6.4 || ^7.0",
2222
"symfony/framework-bundle": "^6.4 || ^7.0",
2323
"symfony/options-resolver": " ^6.4 || ^7.0",
24-
"willdurand/geocoder": "^5.0"
24+
"willdurand/geocoder": "^4.6.0 || ^5.0"
2525
},
2626
"require-dev": {
2727
"doctrine/annotations": "^1.11.1 || ^2.0",

0 commit comments

Comments
 (0)