Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdfa5d6

Browse filesBrowse files
authored
Update composer.json
1 parent 6810bcc commit cdfa5d6
Copy full SHA for cdfa5d6

File tree

Expand file treeCollapse file tree

1 file changed

+13
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-2
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,19 @@
2222
"role": "Original Creator"
2323
}
2424
],
25+
"repositories": [
26+
{
27+
"type": "git",
28+
"url": "git@github.com:mikebronner/chain-provider.git"
29+
},
30+
{
31+
"type": "git",
32+
"url": "git@github.com:mikebronner/geocoder.git"
33+
}
34+
35+
],
2536
"require": {
26-
"geocoder-php/chain-provider": "^4.0",
37+
"geocoder-php/chain-provider": "dev-patch-1@dev",
2738
"geocoder-php/geo-plugin-provider": "^4.0",
2839
"geocoder-php/google-maps-provider": "^4.0",
2940
"guzzlehttp/psr7": "*",
@@ -32,7 +43,7 @@
3243
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
3344
"php-http/curl-client": "*",
3445
"php": ">=7.3",
35-
"willdurand/geocoder": "^4.0"
46+
"willdurand/geocoder": "dev-patch-1@dev"
3647
},
3748
"require-dev": {
3849
"doctrine/dbal": "*",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.