Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from bugsnag/fix
Browse files Browse the repository at this point in the history
Fixed version constraints
  • Loading branch information
GrahamCampbell committed Jul 7, 2016
2 parents e736e32 + 9505aad commit 40d8b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

"require": {
"php": ">=5.3.0",
"silex/silex": "~1.2",
"bugsnag/bugsnag": "*"
"silex/silex": "^1.2",
"bugsnag/bugsnag": "^2.0"
},

"autoload": {
Expand Down

0 comments on commit 40d8b8c

Please sign in to comment.