Skip to content

Commit 3daf8ef

Browse files
authored
Merge pull request #10 from fidanf/master
Fixed version constraint
2 parents 02803e6 + cd85af9 commit 3daf8ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.0.8",
21+
"php": "^5.6|^7.0",
2222
"ext-http": "*",
23-
"kriswallsmith/buzz": ">=0.16"
23+
"kriswallsmith/buzz": "^0.16.1"
2424
},
2525
"autoload": {
2626
"psr-0": {

0 commit comments

Comments
 (0)