Skip to content

Commit

Permalink
CLI-19: [self-update] respect proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 18, 2024
1 parent 460cd47 commit 7f03b19
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 47 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@
}
],
"minimum-stability": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/danepowell/self-update"
}
],
"require": {
"php": "^8.1",
"ext-json": "*",
"acquia/drupal-environment-detector": "^1.2.0",
"bugsnag/bugsnag": "^3.0",
"composer/semver": "^3.3",
"consolidation/self-update": "^2.1.0",
"consolidation/self-update": "dev-CLI-19 as 2.1.0",
"dflydev/dot-access-data": "^3",
"grasmash/expander": "^3",
"guzzlehttp/guzzle": "^7.4",
Expand Down
Loading

0 comments on commit 7f03b19

Please sign in to comment.