Skip to content

Commit daae482

Browse files
committed
Add curl client as default client
1 parent c0a33bf commit daae482

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
@@ -23,6 +23,7 @@
2323
}
2424
],
2525
"require": {
26+
"php-http/curl-client": "^1.7",
2627
"geocoder-php/chain-provider": "^4.0",
2728
"geocoder-php/geo-plugin-provider": "^4.0",
2829
"geocoder-php/google-maps-provider": "^4.0",
@@ -59,7 +60,6 @@
5960
]
6061
}
6162
},
62-
"minimum-stability": "dev",
6363
"prefer-stable": true,
6464
"config": {
6565
"preferred-install": "dist",

0 commit comments

Comments
 (0)