Skip to content

Commit 5fe8475

Browse files
committed
minor
1 parent 281caa8 commit 5fe8475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Http/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php-http/discovery": "^1.17",
1919
"psr/http-client-implementation": "^1.0",
2020
"psr/http-factory-implementation": "^1.0",
21-
"willdurand/geocoder": "^4.0 || ^5.0"
21+
"willdurand/geocoder": "^4.0|^5.0"
2222
},
2323
"require-dev": {
2424
"nyholm/psr7": "^1.0",

src/Plugin/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php-http/promise": "^1.0",
1919
"psr/log": "^1.0|^2.0|^3.0",
2020
"psr/simple-cache": "^1.0|^2.0|^3.0",
21-
"willdurand/geocoder": "^4.0"
21+
"willdurand/geocoder": "^4.0|^5.0"
2222
},
2323
"require-dev": {
2424
"cache/void-adapter": "^1.0",

0 commit comments

Comments
 (0)