Skip to content

Commit

Permalink
Remove test dependency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 12, 2024
1 parent 5b92ed7 commit 2891c4e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@
"email": "notifiers@bugsnag.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/bugsnag/bugsnag-php"
},
{
"type": "git",
"url": "https://github.com/bugsnag/bugsnag-psr-logger"
}
],
"require": {
"php": ">=5.5",
"bugsnag/bugsnag": "dev-next",
"bugsnag/bugsnag-psr-logger": "dev-next",
"bugsnag/bugsnag": "^3.29.0",
"bugsnag/bugsnag-psr-logger": "^1.4|^2.0",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"monolog/monolog": "^1.12|^2.0|^3.0"
Expand Down

0 comments on commit 2891c4e

Please sign in to comment.