Skip to content

Commit

Permalink
CLI-1452: PHP 8.4 compatibility (bugsnag)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 27, 2024
1 parent e0e069f commit 753228b
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 106 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@
},
{
"type": "vcs", "url": "https://github.com/danepowell/dns-zone-configurator"
},
{
"type": "vcs", "url": "https://github.com/danepowell/bugsnag-php"
}
],
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"ext-json": "*",
"acquia/drupal-environment-detector": "^1.7.0",
"bugsnag/bugsnag": "^3.0",
"bugsnag/bugsnag": "dev-php84",
"composer/semver": "^3.3",
"consolidation/self-update": "^3",
"dflydev/dot-access-data": "^3",
Expand Down
Loading

0 comments on commit 753228b

Please sign in to comment.