Skip to content

Commit 75e6dc9

Browse files
authored
Google Provider is not a hard requirement (#11)
1 parent e2d8860 commit 75e6dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"php": "^7.0",
2121
"phpunit/phpunit": "^6.1",
2222
"psr/http-message-implementation": "^1.0",
23-
"geocoder-php/google-maps-provider": "^4.0",
2423
"php-http/mock-client": "^1.0",
2524
"nyholm/psr7": "^0.2.2"
2625
},
2726
"require-dev": {
28-
"php-http/curl-client": "^1.7"
27+
"php-http/curl-client": "^1.7",
28+
"geocoder-php/google-maps-provider": "^4.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)