Skip to content

Commit

Permalink
updated composer to allow php7
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyl77 committed Feb 8, 2018
1 parent 7095a58 commit d6aad21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "A Filestack library for PHP",
"license": "Apache-2.0",
"require": {
"php" : "~5.6",
"php" : ">=5.6",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6aad21

Please sign in to comment.