Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 26, 2024
1 parent b893bda commit 2a390a1
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 103 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,27 @@
],
"repositories": [
{
"type": "path", "url": "../drupal-environment-detector"
"type": "vcs", "url": "https://github.com/ruudk/oauth2-client"
},
{
"type": "path", "url": "../../typhonius/acquia-php-sdk-v2"
},
{
"type": "path", "url": "../../grasmash/expander"
"type": "vcs", "url": "https://github.com/Ayesh/safe"
}
],
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"ext-json": "*",
"acquia/drupal-environment-detector": "*",
"acquia/drupal-environment-detector": "^1.7.0",
"bugsnag/bugsnag": "^3.0",
"composer/semver": "^3.3",
"consolidation/self-update": "^3",
"dflydev/dot-access-data": "^3",
"grasmash/expander": "dev-main",
"grasmash/expander": "^3.0.1",
"guzzlehttp/guzzle": "^7.4",
"http-interop/http-factory-guzzle": "^1.0",
"laminas/laminas-validator": "^2.20.0",
"league/csv": "^9.8",
"league/oauth2-client": "dev-patch-1 as 2.7.0",
"loophp/phposinfo": "^1.7.2",
"ltd-beget/dns-zone-configurator": "^1.3.0",
"m4tthumphrey/php-gitlab-api": "^11.5",
Expand All @@ -56,9 +54,9 @@
"symfony/process": "^6.3",
"symfony/validator": "^6.3",
"symfony/yaml": "^6.3",
"shish/safe": "^2.4",
"thecodingmachine/safe": "dev-php84/nullability as 2.5.0",
"typhonius/acquia-logstream": "^0.0.14",
"typhonius/acquia-php-sdk-v2": "dev-master as 3.4.0",
"typhonius/acquia-php-sdk-v2": "^3.4.1",
"vlucas/phpdotenv": "^5.5",
"zumba/amplitude-php": "^1.0.4"
},
Expand Down
191 changes: 97 additions & 94 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a390a1

Please sign in to comment.