Skip to content

Commit

Permalink
Merge pull request #111 from bugsnag/fix
Browse files Browse the repository at this point in the history
Fixed version constraint
  • Loading branch information
GrahamCampbell authored Jun 21, 2016
2 parents f99cb8a + 1a2445e commit 51e5573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 51e5573

Please sign in to comment.