Skip to content

Commit

Permalink
CLI-1447: Unfork packages for PHP 8.4 (#1837)
Browse files Browse the repository at this point in the history
* CLI-1447: Unfork packages for PHP 8.4

* dns-zone-configurator
  • Loading branch information
danepowell authored Dec 4, 2024
1 parent c58d1ff commit 94fa98e
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 185 deletions.
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
{
"type": "vcs", "url": "https://github.com/ruudk/oauth2-client"
},
{
"type": "vcs", "url": "https://github.com/Ayesh/safe"
},
{
"type": "vcs", "url": "https://github.com/valzargaming/Pawl"
},
Expand All @@ -26,9 +23,6 @@
{
"type": "vcs", "url": "https://github.com/danepowell/Client"
},
{
"type": "vcs", "url": "https://github.com/danepowell/dns-zone-configurator"
},
{
"type": "vcs", "url": "https://github.com/danepowell/bugsnag-php"
}
Expand All @@ -40,24 +34,22 @@
"acquia/drupal-environment-detector": "^1.7.0",
"bugsnag/bugsnag": "dev-php84",
"composer/semver": "^3.3",
"consolidation/self-update": "^3",
"consolidation/self-update": "^3.0.1",
"dflydev/dot-access-data": "^3",
"grasmash/expander": "^3.0.1",
"guzzlehttp/guzzle": "^7.4",
"http-interop/http-factory-guzzle": "^1.0",
"kevinrob/guzzle-cache-middleware": "dev-master as 5.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": "dev-php84",
"ltd-beget/dns-zone-configurator": "^1.4.0",
"m4tthumphrey/php-gitlab-api": "dev-fix/84",
"php-http/cache-plugin": "^2.0",
"psr/log": "^3",
"ramsey/uuid": "^4.1",
"ratchet/pawl": "dev-patch-1 as 0.4.1",
"react/event-loop": "^1.1",
"sanmai/pipeline": "dev-main",
"symfony/cache": "^6.3",
"symfony/config": "^6.3",
"symfony/console": "^6.3",
Expand All @@ -72,7 +64,7 @@
"symfony/process": "^6.3",
"symfony/validator": "^6.3",
"symfony/yaml": "^6.3",
"thecodingmachine/safe": "dev-php84/nullability as 2.5.0",
"thecodingmachine/safe": "dev-master as 2.5.0",
"typhonius/acquia-logstream": "^0.0.14",
"typhonius/acquia-php-sdk-v2": "^3.4.2",
"vlucas/phpdotenv": "^5.5",
Expand Down
Loading

0 comments on commit 94fa98e

Please sign in to comment.