From 1a2445e4c6cb19e924db8ae4d4d5b8171c63d84a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 21 Jun 2016 09:30:27 +0100 Subject: [PATCH] Fixed version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ab6d21b..effd581d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=5.3.0", "illuminate/support": "4.*|5.*", - "bugsnag/bugsnag": ">=2.5.0" + "bugsnag/bugsnag": "^2.5" }, "autoload": { "psr-0": {