Skip to content

Commit

Permalink
Merge pull request #10 from fidanf/master
Browse files Browse the repository at this point in the history
Fixed version constraint
  • Loading branch information
sandvige authored Aug 16, 2019
2 parents 02803e6 + cd85af9 commit 3daf8ef
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.8",
"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 3daf8ef

Please sign in to comment.