Skip to content

Commit 7f03b19

Browse files
committed
CLI-19: [self-update] respect proxy settings
1 parent 460cd47 commit 7f03b19

File tree

2 files changed

+237
-47
lines changed

2 files changed

+237
-47
lines changed

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111
}
1212
],
1313
"minimum-stability": "dev",
14+
"repositories": [
15+
{
16+
"type": "vcs",
17+
"url": "https://github.com/danepowell/self-update"
18+
}
19+
],
1420
"require": {
1521
"php": "^8.1",
1622
"ext-json": "*",
1723
"acquia/drupal-environment-detector": "^1.2.0",
1824
"bugsnag/bugsnag": "^3.0",
1925
"composer/semver": "^3.3",
20-
"consolidation/self-update": "^2.1.0",
26+
"consolidation/self-update": "dev-CLI-19 as 2.1.0",
2127
"dflydev/dot-access-data": "^3",
2228
"grasmash/expander": "^3",
2329
"guzzlehttp/guzzle": "^7.4",

0 commit comments

Comments
 (0)