diff --git a/composer.json b/composer.json index 972f3d1..fe6977a 100644 --- a/composer.json +++ b/composer.json @@ -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"