Skip to content

Commit

Permalink
Fixed: version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Fidanza committed Aug 16, 2019
1 parent 3526c02 commit cd85af9
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 @@ -18,9 +18,9 @@
}
],
"require": {
"php": ">=7.0",
"php": "^5.6|^7.0",
"ext-http": "*",
"kriswallsmith/buzz": ">=0.16"
"kriswallsmith/buzz": "^0.16.1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit cd85af9

Please sign in to comment.